Manual toolkit for reversing and modding android apk
You can:
- Display information about an apk
- Disassemble an apk to convert it to smali code
- Switch enable/disable extractNativeLibs
- It shows the name of the file in which a string is contained from the input, you can use the regex
- Replace a string contained in a specific smali file with another string taken as input
- Try to remove ssl pinning
- Search for any files that contain apk signature verification
- Search references to javiersantos piracycheck
- Rebuild apk
- Exit
TODO: add more patches
Project includes:
- Java
- apktool.jar
- apksigner.jar
- zipalign
- Windows batch script
Linux:
- TODO
MacOS:
- TODO
Windows:
- Install java
- ./tools.bat
This repository is for educational purposes