Bypass "il2cpp external wbarrier tracker"

52 views Asked by At

Does anyone know what il2cpp_gc_set_external_wbarrier_tracker is and how to bypass it? Every time I hook my function, the application crashes (I'm sure it's because of this anticheat func, not because I'm not using MinHook incorrectly). I have no idea how to bypass it, as all it seems to be is a loop with some unclear checks. Can anyone give advice or at least speculate on what this is? This is how it looks in the decompiler and asm(see screenshots). (My application is x86)

Screenshot 1 Screenshot 2 Screenshot 3.

I couldn't even properly debug this function because it is called almost every millisecond and apparently it is responsible not only for the function I am hooking.

0

There are 0 answers