djkaty / Il2CppInspector

Powerful automated tool for reverse engineering Unity IL2CPP binaries
http://www.djkaty.com
GNU Affero General Public License v3.0
2.62k stars 433 forks source link

Metadata is not of a supported version (29) #197

Open Symbai opened 3 years ago

Symbai commented 3 years ago

image

metadata.zip

SamboyCoding commented 3 years ago

Depending on what you want to do with the binary, my Cpp2IL project may help, and does support metadata v29

Symbai commented 3 years ago

I need to get rva addresses from methods and offsets from properties also their names. So I can locate the code in memory, can your project do this?

SamboyCoding commented 3 years ago

yes, it will output that information as attributes on the types and members in the output dummy assemblies.

eebssk1 commented 2 years ago

yes, it will output that information as attributes on the types and members in the output dummy assemblies.

Will it add support to generate disassembler script just like the inspector does?

SamboyCoding commented 2 years ago

Do you mean like a ghidra or IDA script? They're on my list of things to add eventually but they're not a priority for the moment. In addition, I'm currently rewriting the application so I don't expect to be in a position where I could add that for at least a month.