Skip to content

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

Notifications You must be signed in to change notification settings

maldroid/samples

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published