@ -20,7 +20,7 @@ is not inside of this repo, you will need to first download the apk from here: [
### decompile
### 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
apktool.jar d codm.apk
@ -47,3 +47,5 @@ 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.