-
-
[求助]frida hook so问题:TypeError: cannot read property 'readU8' of null
-
发表于:
2019-4-16 11:33
9272
-
[求助]frida hook so问题:TypeError: cannot read property 'readU8' of null
使用frIDA hook so 出现这个问题 之前可以用 最近不知为何出现这个 哪位大神知道的 说说怎么解决?
TypeError: cannot read property 'readU8' of null
js代码:
Java.perform(function(){
Interceptor.attach(Module.findExportByName("librelease_sig.so", "MD5_Update"), {
onEnter: function (args) {
for (var i = 0; i < args.length; i ++) {
dmLogout("MD5_Update args[" + i + "](" + ptr(args[i]) + "): " + Memory.readUtf8String(args[i]));
}
}
});
// send("[*] aes modified");
});
function dmLogout(str) {
var threadid = Process.getCurrentThreadId();
console.log("["+threadid+"][" + getFormatDate() + "]" + str);
}
[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!