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
974 stars 199 forks source link

ushort information #523

Open Ezriral opened 1 month ago

Ezriral commented 1 month ago

hello @vfsfitvnm since you are the smart guy who build this nice debugger i would like to ask if you can tell me how to read the value of the il2cpp if its an "unsigned short" .

your framework "frida-il2cpp-bridge" is showing the correct value but, if i read it with normal frida i try to display it as an integer but get different number. Is there anything you can tell me to look at? Is there any conversion inside of unity?

vfsfitvnm commented 1 month ago

Hey, a snippet showing what you tried so far would definitely help me :)