NinjaDroid icon indicating copy to clipboard operation
NinjaDroid copied to clipboard

Ninja Reverse Engineering on Android APK packages

Results 4 NinjaDroid issues
Sort by recently updated
recently updated
newest added

ninjadroid instagram.apk >> pyaxmlparser.axmlprinter: [WARNING] Not all namespace mappings were closed! Malformed AXML? file: instagram.apk size: 53772279 md5: 4785e456f9ecb775623ad1ad13d72efe sha1: f17b8fcb3c9692c12887ce29983418694a8508ae sha256: 3b78c6d95745a9d61a6717cfa975fb98477a4d18d06b7e403a2192296be50f9d sha512: 92cf0ea7705e9b893a1199109d5edd8a7df8489c3ad7e0f1013cf14834f7b6c5f83ed25236c4c79e93f334db364342f327d16f7fe234f6c6a28518c45726a411 Traceback (most recent call last):...

Using the flatpak version, the `-e`/`--extract` option does not work correctly. In particular, the APK is parsed and its entries extracted correctly, [apktool](https://github.com/iBotPeaches/Apktool) seems to be executed without issues, but...

bug
flatpak
dex2jar

Using the snap version, the `-e`/`--extract` option does not work correctly. In particular, the APK is parsed and its entries extracted correctly, [dex2jar](https://github.com/pxb1988/dex2jar) seems to be executed without issues, but...

bug
snap
apktool

Hi, Thanks for the awesome repo, I'm planning to use it in one of my projects. I have approx 300 apks to analyse, and I want to use this library...