From 0d41744f4a4c89ea4a786110042de51388b3200c Mon Sep 17 00:00:00 2001 From: xerox Date: Wed, 5 Aug 2020 09:08:55 +0000 Subject: [PATCH] Update README.md --- ligma (cheat)/README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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