diff --git a/ligma (cheat)/README.md b/ligma (cheat)/README.md index 4e0462d2c..3e699976f 100644 --- a/ligma (cheat)/README.md +++ b/ligma (cheat)/README.md @@ -28,6 +28,13 @@ apktool.jar d codm.apk now go to this smali file: `smali\com\tencent\tpshell\TPShellApplication.smali`. Add this smali code to load our .so: +(do not put libligma.so or ligma.so just ligma!) + +``` +const-string v0, "ligma" +invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V +``` + ### recompile