vfsfitvnm / frida-il2cpp-bridge

A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.

Home Page:https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exploring a method c# code if possible

DarkneSsDz opened this issue · comments

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 ?

Use disassembler+decompiler with il2cppinspector script

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