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

Feature/dotnet umnamaged exports #230

Merged
merged 12 commits into from
Dec 22, 2021

Conversation

Washi1337
Copy link
Owner

@Washi1337 Washi1337 commented Dec 19, 2021

Includes:

  • Remove Bootstrapper class and derivatives. They now use a normal CodeSegment.
  • Add Platform classes and built-in support for x86 and x64.
  • Add AddressFixupType.Absolute64BitAddress field.
  • Add UnmanagedExportInfo structure.
  • Add MethodDefinition.ExportInfo property.
  • Add INativeSymbolsProvider.RegisterExportedSymbol method.
  • Add undocumented MachineType OS masks for .NET images.

Closes #178 #179

@Washi1337 Washi1337 added enhancement pe Issues related to AsmResolver.PE dotnet Issues related to AsmResolver.DotNet labels Dec 19, 2021
@Washi1337 Washi1337 added this to the 4.8.0 milestone Dec 19, 2021
@Washi1337 Washi1337 merged commit e8d8d64 into development Dec 22, 2021
@Washi1337 Washi1337 deleted the feature/dotnet-umnamaged-exports branch December 22, 2021 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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