-
-
[求助]Frida Stalker 如何跑native code trace记录
-
发表于:
2020-5-31 20:43
5132
-
[求助]Frida Stalker 如何跑native code trace记录
const mainThread = Process.enumerateThreads()[0];
console.log("start frida hook. 2 "+mainThread.id);
Stalker.follow(mainThread.id,{
events:{
call:true, //调用指令
ret:false,
exec:false,
block:false,
compile:false
},
onCallSummary: function(summary){
},
onReceive: function(events){
},
});
刚学frida,Stalker.follow这个脚本一执行应用就ANR了,有玩过的大佬可以指点一下不,frida如何跑native trace记录
[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课