wubainian
Results
2
issues of
wubainian
**$ cat test.js** ``` var dlopen = new NativeFunction(Module.findExportByName(null, 'dlopen'), 'pointer', ['pointer', 'int']); Interceptor.replace(dlopen, new NativeCallback(function(path, mode) { console.log("dlopen(" + "path=\"" + Memory.readUtf8String(path) + "\"" + ", mode=" + mode...
what's the supported max version of ios ? can i use it with ios 8 plus and version 14.4?