Android Reverse Engineering
Tools Required (PC Method):
1. apktool - https://apktool.org/docs/install
Follow the Steps :
1. Decompile the APK using the following command
$ apktool d test.apk
2. Open the full project in vs-code
3. Install the APKLab extension
4. Right-Click on or inside apktool.yml file ➜ APKLab: Rebuild the APK
5. Debug the smali code use the following extension - https://marketplace.visualstudio.com/items?itemName=chaos.asd
APK signature killer - https://github.com/aimardcr/APKKiller
No comments:
Post a Comment