You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.