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

Add .NET memory model #74

Merged
merged 6 commits into from
May 23, 2022
Merged

Conversation

W3ndige
Copy link
Contributor

@W3ndige W3ndige commented May 12, 2022

This PR introduces new memory model procmemdnpe based on dnfile library.

Currently, this code should be treated more as a proof of concept than the final solution, with some things to consider:

  • Should the internal DnPE directly inherit from PE?
  • If so, to avoid names collisions (ex. DnPE.resources property with PE.resources), should the property names of a DnPE class be prefixed with dn_?
  • What additional .NET structures could we expose in a DnPE class?

Copy link
Member

@psrok1 psrok1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great 🎉 Thanks for nice addition.

@psrok1 psrok1 merged commit 293aeb4 into CERT-Polska:master May 23, 2022
@W3ndige W3ndige deleted the feature/dotnet-procmem branch June 3, 2022 07:04
This pull request was closed.
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

Successfully merging this pull request may close these issues.

2 participants