Mrack / TInjector

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

Inject failed. Failed to get child pid. #1

Open xyxdaily opened 4 months ago

xyxdaily commented 4 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 4 months ago

是不是开启了frida server

xyxdaily commented 4 months ago

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