Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Symbai opened this issue Nov 17, 2021 · 5 comments
Open

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

Symbai opened this issue Nov 17, 2021 · 5 comments
Labels

Comments

@Symbai
Copy link

Symbai commented Nov 17, 2021

image

metadata.zip

@Symbai Symbai added the bug label Nov 17, 2021
@SamboyCoding
Copy link
Contributor

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

@Symbai
Copy link
Author

Symbai commented Nov 17, 2021

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
Copy link
Contributor

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

@eebssk1
Copy link

eebssk1 commented Dec 3, 2021

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants