Skip to content

Manual toolkit for reversing and modding android apk

License

Notifications You must be signed in to change notification settings

LukeAz/apk-mod-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apk-mod-toolkit

Manual toolkit for reversing and modding android apk

You can:

  1. Display information about an apk
  2. Disassemble an apk to convert it to smali code
  3. Switch enable/disable extractNativeLibs
  4. It shows the name of the file in which a string is contained from the input, you can use the regex
  5. Replace a string contained in a specific smali file with another string taken as input
  6. Try to remove ssl pinning
  7. Search for any files that contain apk signature verification
  8. Search references to javiersantos piracycheck
  9. Rebuild apk
  10. Exit

TODO: add more patches

Technologies

Project includes:

  • Java
  • apktool.jar
  • apksigner.jar
  • zipalign
  • Windows batch script

Install and run

Linux:

  • TODO

MacOS:

  • TODO

Windows:

  • Install java
  • ./tools.bat

Disclaimer

This repository is for educational purposes

About

Manual toolkit for reversing and modding android apk

Topics

Resources

License

Stars

Watchers

Forks