vfsfitvnm / frida-il2cpp-bridge

A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.
https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki
MIT License
918 stars 191 forks source link

Any info about Monitor? #478

Closed commonuserlol closed 5 months ago

commonuserlol commented 5 months ago

I know only that every object have it as pointer, but nothing about class. Anyone know what it does (.pulse, .wait, etc)?

vfsfitvnm commented 5 months ago

https://learn.microsoft.com/en-us/dotnet/api/system.threading.monitor?view=net-8.0

commonuserlol commented 5 months ago

ohh it's like mutex, thx