-
Notifications
You must be signed in to change notification settings - Fork 432
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
Comments
Depending on what you want to do with the binary, my Cpp2IL project may help, and does support metadata v29 |
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? |
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? |
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. |
metadata.zip
The text was updated successfully, but these errors were encountered: