Interceptor.attach(Module.findExportByName(
"libc.so"
,
"open"
), {
onEnter: function( args) {
var path
=
Memory.readByteArray(args[
0
],
256
);
send(
"open called! args[0]:"
,path);
/
这里我想修改path
data
local
tmp
},
onLeave:function(retval){
}
});
上面代码不知道如何实现大家有懂frida的吗
[招生]科锐逆向工程师培训(2025年3月11日实地,远程教学同时开班, 第52期)!
alphc args[0]=Memory.allocUtf8String("/data/local/tmp/");