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

Type disassembler improvements #100

Open
4 of 8 tasks
MSDN-WhiteKnight opened this issue Jan 7, 2022 · 0 comments
Open
4 of 8 tasks

Type disassembler improvements #100

MSDN-WhiteKnight opened this issue Jan 7, 2022 · 0 comments

Comments

@MSDN-WhiteKnight
Copy link
Owner

MSDN-WhiteKnight commented Jan 7, 2022

  • Support field custom attributes
  • Expose constant values as LiteralSyntax instead of GenericSyntax
  • Support events
  • Remove SyntaxNode.GetPropertyMethod helper as CiLTools.Metadata now implements GetGetMethod/GetSetMethod
  • Support custom (.other) accessors in properties and events
  • Verify RVA fields behaviour (Test failure JIT\\Directed\\RVAInit\\nested\\nested.cmd dotnet/runtime#70876)
  • Only query declared members when disassembling type. Implement querying declaring/inherited members in CilTools.Metadata.
  • Support field offsets for explicit struct layout (fixed on GitFlic)
MSDN-WhiteKnight added a commit that referenced this issue Aug 27, 2022
MSDN-WhiteKnight added a commit that referenced this issue Sep 10, 2022
MSDN-WhiteKnight added a commit that referenced this issue Oct 15, 2022
MSDN-WhiteKnight added a commit that referenced this issue Oct 15, 2022
MSDN-WhiteKnight added a commit that referenced this issue Mar 6, 2023
Expose constant values as LiteralSyntax instead of GenericSyntax in contant fields and default parameter values

Issue: #100
MSDN-WhiteKnight added a commit that referenced this issue Mar 8, 2023
- Support inherited members in TypeDef.GetMembers and TypeRef.GetMembers
- Implement DeclaredOnly flag to restore previous behaviour

Related to: #100
MSDN-WhiteKnight added a commit that referenced this issue Jul 2, 2023
Support field offsets in FieldDef and type disassembler
Issue: #100
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