Update README.md

workingdir/cra0-upated
xerox 4 years ago
parent 16818e3508
commit 3a465c5f1b

@ -20,7 +20,7 @@ is not inside of this repo, you will need to first download the apk from here: [
### decompile
use apktool.jar to decompile the apk. we are going to patch a smali file to load our .so before any other .so.
First unzip the xapk and take the .apk that is inside of it out. use apktool.jar to decompile the apk. we are going to patch a smali file to load our .so before any other .so.
```
apktool.jar d codm.apk
@ -46,4 +46,6 @@ use apksigner.jar to sign the newly compiled apk.
apksigner.jar -a codm_patched.apk
```
now you have a patched & signed apk. Its time to install the apk.
now you have a patched & signed apk. Its time to install the apk.
### install
Loading…
Cancel
Save