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

Field RVA reader Improvements #430

Merged
merged 5 commits into from
May 6, 2023
Merged

Conversation

Washi1337
Copy link
Owner

Includes:

  • Add ZeroesSegment
  • Add Platform::Is32Bit, Platform::Is64Bit and Platform::PointerSize
  • Add ModuleDefinition:IsLoadedAs32Bit.
  • Fix reader for IntPtr and UIntPtr field RVA data.
  • Fix reader for reading field RVA data in virtual segments (e.g., from dynamically resized PE sections that have physical size = 0).

Breaking Changes:

  • IFieldRvaDataReader::ResolveFieldData signature changed.

@Washi1337 Washi1337 added bug enhancement pe Issues related to AsmResolver.PE dotnet Issues related to AsmResolver.DotNet labels Apr 29, 2023
@Washi1337 Washi1337 added this to the 5.3.0 milestone Apr 29, 2023
@Washi1337 Washi1337 merged commit 7b53f6f into development May 6, 2023
@Washi1337 Washi1337 deleted the feature/field-rva-improvements branch May 6, 2023 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug dotnet Issues related to AsmResolver.DotNet enhancement pe Issues related to AsmResolver.PE
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant