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

Fix bug in PE parser when sections uses IMAGE_SCN_MEM_EXECUTE #35

Closed
0vercl0k opened this issue Feb 17, 2022 · 0 comments · Fixed by #40
Closed

Fix bug in PE parser when sections uses IMAGE_SCN_MEM_EXECUTE #35

0vercl0k opened this issue Feb 17, 2022 · 0 comments · Fixed by #40
Assignees
Milestone

Comments

@0vercl0k
Copy link
Owner

No description provided.

@0vercl0k 0vercl0k added this to the v2.1 milestone Feb 17, 2022
@0vercl0k 0vercl0k self-assigned this Feb 17, 2022
0vercl0k added a commit that referenced this issue Feb 19, 2022
This PR fixes #35 - the loader doesn't seem to care about `0x20` / `IMAGE_SCN_CNT_CODE` - only `0x20000000` / `IMAGE_SCN_MEM_EXECUTE`.
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 a pull request may close this issue.

1 participant