onexue

Results 4 comments of onexue

我也是https://github.com/frida/frida/issues/3506

参卡解决方法:https://github.com/frida/frida/issues/3502#issuecomment-2995989215

我的机型是pixel6pro androdi15 frida-tools==14.1.1 frida==17.1.3 frida-server==17.1.3 可以试试这个环境,试着运行此代码 ` function hk_dlopen() { console.log("run") var dlopen = Module.getGlobalExportByName('dlopen'); console.log(dlopen) var android_dlopen_ext = Module.getGlobalExportByName("android_dlopen_ext"); Interceptor.attach(dlopen, { onEnter: function (args) { var path_ptr = args[0];...

我使用的是KSU,期间我关闭了所有与zygisk相关的模块,包括lsposed,请注意!! > 我的机箱是pixel6pro androdi15 frida-tools==14.1.1 frida==17.1.3 frida-server==17.1.3 可以尝试这个环境,尝试运行此代码 > > ` > > 函数 hk_dlopen() { console.log("运行") var dlopen = Module.getGlobalExportByName('dlopen'); console.log(dlopen) var android_dlopen_ext = Module.getGlobalExportByName("android_dlopen_ext"); > > ``` >...