From 3a465c5f1b15bac3ab52a4d3f4ee3baf83de70ed Mon Sep 17 00:00:00 2001 From: xerox Date: Wed, 5 Aug 2020 08:56:53 +0000 Subject: [PATCH] Update README.md --- ligma (cheat)/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ligma (cheat)/README.md b/ligma (cheat)/README.md index 36d891c48..75e4338ca 100644 --- a/ligma (cheat)/README.md +++ b/ligma (cheat)/README.md @@ -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. \ No newline at end of file +now you have a patched & signed apk. Its time to install the apk. + +### install \ No newline at end of file