Perfare / Zygisk-Il2CppDumper

Using Zygisk to dump il2cpp data at runtime
MIT License
2.14k stars 5.24k forks source link

Is dump.cs only metadata? #171

Open ic8085 opened 7 months ago

ic8085 commented 7 months ago

In the dump.cs, I can see the classes and their declarations, but not the implementation for the methods

image

Is this supposed to happen? Any way to get the full decompiled code?

omnibread commented 6 months ago

You might need to use IDA or Ghidra to fully read the code or implementation.