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.06k stars 204 forks source link

Dump dummy DLLs instead of .cs file? #555

Open StupidRepo opened 2 months ago

StupidRepo commented 2 months ago

I am aware there is a Il2Cpp.dump() function, however it outputs a .cs file which I'd rather not scroll through as it's an uglier way when I could just use ILSpy on dummy DLLs.

So, can this tool be updated to include a function to dump dummy DLL files or a global-metadata.dat file that I could use? Thanks in advance :)

Ezriral commented 1 month ago

he already said he doesnt do it