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
1.03k stars 202 forks source link

How can i hook this function? #174

Closed RimuruChan closed 2 years ago

RimuruChan commented 2 years ago

image both methods and fields don't have this name

vfsfitvnm commented 2 years ago

You should consider dumping the game with my library (https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki/Snippets#dumping), then you'll see the backed field & methods - properties are nothing more than a field (XXXX) with its setter (set_XXXX) and getter (get_XXXX)

vfsfitvnm commented 2 years ago

Closing for inactivity