Releases: csanuragjain/APKRepatcher
Releases · csanuragjain/APKRepatcher
APKRepatcher V1.1.0
- Updated bugs on classpath and changed font to make it more readable.
- Updated dex2jar and apktool jars
- Make program compatible with new library version
APKRepatcher V1.0.0
- 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.
- 100% Free