Skip to content

Releases: csanuragjain/APKRepatcher

APKRepatcher V1.1.0

27 Jan 11:35
Compare
Choose a tag to compare
  1. Updated bugs on classpath and changed font to make it more readable.
  2. Updated dex2jar and apktool jars
  3. Make program compatible with new library version

APKRepatcher V1.0.0

31 Mar 12:02
Compare
Choose a tag to compare
  1. Decompiles/Recompiles the APK.
  2. Provides an editor to change the decompiled java code.
  3. Compiles the code using javac and saves the updated class.
  4. Allows you to view smali version of your modified java code.
  5. Allows you to edit smali from the original apk or from your modified java code
  6. Smali changes once saved would be reflected back in updated apk after building project.
  7. Build features re-creates new apk with all code changes and lastly it would resign the apk.
  8. Basic features like find/replace/increase or decrease font are also provided.
  9. 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.
  10. Allows you to change the amount of memory utilized by APKRepatcher.
  11. 100% Free