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 :)
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 :)