SamboyCoding / Cpp2IL

Work-in-progress tool to reverse unity's IL2CPP toolchain.
MIT License
1.68k stars 197 forks source link

Options to Generate Symbol Maps Only? #236

Open dlbuhtig4096 opened 1 year ago

dlbuhtig4096 commented 1 year ago

Cpp2IL works fine, but I need a feature to dump symbol map and load it to disassemblers like IDA or Ghidra for debugging, just like what IL2CppDumper does. Are there any way to do so?

I have tried IL2CppDumper but it failed. Please see the issue I opened there for details.

And, various exceptions occurs during analyzing, I don't sure if that is normal. Here is log, just in case it helps.

Many thanks.

nitrog0d commented 1 year ago

Feel free to PR!