Anurag Jain
New User
- 5
- 04/01/17
- 8
Thread Author
Since decompilation, modification and recompilation of apk required several commands and tools so I created a java GUI tool APKRepatcher which helps you to modify an existing apk using a simple user friendly GUI.
It lets you edit java/smali code from an APK and rewrite the changes back to the modified signed APK. Additionally, it provides you option to convert Dex, Jar, Class, Smali, Class from one format to another. APKRepatcher makes use of dex2jar, jadx, rsyantaxtextarea, zip4j, apktool
Features:
java -jar APKRepatcher.jar
Download APKRepatcher:
[OR]
Website:
Hope it eases the process
Thanks
It lets you edit java/smali code from an APK and rewrite the changes back to the modified signed APK. Additionally, it provides you option to convert Dex, Jar, Class, Smali, Class from one format to another. APKRepatcher makes use of dex2jar, jadx, rsyantaxtextarea, zip4j, apktool
Features:
- Decompiles/Recompiles the APK.
- Provides an editor to change the decompiled java code.
- Compiles the code using javac and saves the updated class.
- Allows you to view smali version of your modified java code.
- Allows you to edit smali from the original apk or from your modified java code
- Smali changes once saved would be reflected back in updated apk after building project.
- Build features re-creates new apk with all code changes and lastly it would resign the apk.
- Basic features like find/replace/increase or decrease font are also provided.
- It also allows you to convert from Dex to Jar/Class/Smali/Java, Jar to Dex/Java, Class to Dex/Smali, Smali to Class/Java/Dex. Also allows to extract and sign any apk.
- Allows you to change the amount of memory utilized by APKRepatcher.
- Patch Module
- APKRepatcher is created using Java with no os dependency so you can run it with various OS
java -jar APKRepatcher.jar
Download APKRepatcher:
[OR]
Website:
Hope it eases the process
Thanks