灯、等灯等灯...

Results 8 comments of 灯、等灯等灯...

frida -U -p 10809 -P "{""b"":"a"}"

and the output is : ``` λ frida -U -l C:\Users\Administrator\Desktop\test.js -f com.xxxxxx ____ / _ | Frida 16.1.11 - A world-class dynamic instrumentation toolkit | (_| | > _...

> 不过他应该没做完 https://github.com/iGio90/Hooah-Trace 试试这个,看介绍,好像同样的功能,不过我编译出错

``` const assembly = Il2Cpp.domain.assembly("Assembly-CSharp"); const CoustomNativeLoader = assembly.image.class("XLua.CustomNativeLoader") const xluainvoke = CoustomNativeLoader.method("Invoke"); xluainvoke.implementation = function (path, resultoffset, resultsize, allowshaderbuffer) { var newpath = Il2Cpp.string('/sdcard/Android/data/com.xxx.xxx/xxx.outputbytes') var res = this.method("Invoke").invoke(newpath, resultoffset,...

I had the same problem. Did you solve it?

for same offset , i think the game use : https://github.com/focus-creative-games/hybridclr @vfsfitvnm

i think we have a same problem: https://github.com/frida/frida/issues/2275

> > I believe this is due to hardware mitigations called PAC/BTI that was introduced in ARMv8.5. It requires an indirect branch to land on the "PAC" or "BTI" instruction....