|
|
@ -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:
|
|
|
|
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
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
<img src="https://imgur.com/5OcgEsB.png"/>
|
|
|
|
<img src="https://imgur.com/5OcgEsB.png"/>
|
|
|
|
|
|
|
|
|
|
|
|
### recompile
|
|
|
|
### recompile
|
|
|
|