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

Exploring a method c# code if possible #476

Closed DarkneSsDz closed 5 months ago

DarkneSsDz commented 5 months ago

is there any way i could dump or extract a static string function code as c# code using this module i got the address and class and name of function but when i try to dig into it i can't is there any workaround for this ?

commonuserlol commented 5 months ago

Use disassembler+decompiler with il2cppinspector script

vfsfitvnm commented 5 months ago

Not possible - all we have is machine code. You need a disassembler/decompiler.