Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 957 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 957 Bytes

APK Samples

Examples of the obfuscated APKs (using manifesto and/or other techniques):

  • HelloMaldr0id-double-package.apk - two "package" entries are shown in AndroidManifest.xml when the APK is unpacked using apktool
  • HelloMaldr0id-restart-emulator.apk - installation of this package restarts the SDK emulator, due to the AndroidManifest.xml malformation
  • HelloMaldr0id-toast.apk - try to decompile it using dex2jar + jd-gui and see if you can find a secretMethod code :)
  • krvarma-android-samples-smsdemo.apk - compiled & signed version of krvarma-android SMSDemo
  • HelloMaldr0id-static-instance-methods.apk - two methods, with the same names and arguments that differ only in the return type and static modifier. More info in one of my blog posts