Decompile & Recompile Any APK _ PC
What you need:
- Java installed on your PC, suggested 8+
- Text Editor
- Brain 🧠
This is the first small tutorial I will be making, more to come!
#1
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...