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

Support RVA fields in type disassembler #145

Open
MSDN-WhiteKnight opened this issue Nov 26, 2022 · 1 comment
Open

Support RVA fields in type disassembler #145

MSDN-WhiteKnight opened this issue Nov 26, 2022 · 1 comment

Comments

@MSDN-WhiteKnight
Copy link
Owner

ECMA-335 II.16.3.1 - Data declaration

Current:

.field static assembly initonly int64 '8F1A52EA427069AA8B6FC1D0A7BC426B2160A963E2DBFA59CE3E254462981A0B'

Expected:

.field static assembly initonly int64 '8F1A52EA427069AA8B6FC1D0A7BC426B2160A963E2DBFA59CE3E254462981A0B' at I_0000DC30
// ...
.data cil I_0000DC30 = bytearray (
             20 00 09 00 0D 00 0A 00)

FieldDefinition.GetRelativeVirtualAddress

@MSDN-WhiteKnight MSDN-WhiteKnight changed the title Support RVA fileds in type disassembler Support RVA fields in type disassembler Nov 26, 2022
@MSDN-WhiteKnight
Copy link
Owner Author

Fixed on GitFlic: https://gitflic.ru/project/smallsoft/ciltools/commit/db899a4d3dfa6d0145dcbfcc6381c825c5e1b13b

Remaining:

  • Function pointers support

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

No branches or pull requests

1 participant