Mrack / TInjector

劫持Zygote在App启动前注入so
GNU General Public License v3.0
206 stars 71 forks source link

Inject failed. Failed to get child pid. #1

Open xyxdaily opened 6 months ago

xyxdaily commented 6 months ago

/tinjector -f -p com.lovexyx2020.hookme /data/local/tmp/libtestso.so < TInject: usap pool enabled: TInject: Injecting /data/local/tmp/libtcore.so into 10474 TInject: Injecting... Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.lovexyx2020.hookme/.MainActivity } accept: Try again TInject: Inject failed. Failed to get child pid.

Testing environment: p5 aosp android 12 p6 magisk android 13

Mrack commented 6 months ago

是不是开启了frida server

xyxdaily commented 6 months ago

没有呢,因为知道Tinjector会hook zygote,frida server也会,因此我都重启手机后直接执行上面的命令,多次测试过,确实存在问题。

ghost commented 1 week ago

Notice: "accept: Try again" Maybe the socket server is down, you can check the logcat log(TinjectCore from libtcore.so) to find more.