Il2CppInspector icon indicating copy to clipboard operation
Il2CppInspector copied to clipboard

Metadata is not of a supported version (29)

Open Symbai opened this issue 2 years ago • 5 comments

image

metadata.zip

Symbai avatar Nov 17 '21 14:11 Symbai

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

SamboyCoding avatar Nov 17 '21 14:11 SamboyCoding

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?

Symbai avatar Nov 17 '21 15:11 Symbai

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

SamboyCoding avatar Nov 17 '21 15:11 SamboyCoding

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?

eebssk1 avatar Dec 03 '21 08:12 eebssk1

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.

SamboyCoding avatar Dec 03 '21 08:12 SamboyCoding