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

Match PE loader's behavior #40

Merged
merged 1 commit into from
Feb 19, 2022
Merged

Match PE loader's behavior #40

merged 1 commit into from
Feb 19, 2022

Conversation

0vercl0k
Copy link
Owner

This PR fixes #35 - the loader doesn't seem to care about 0x20 / IMAGE_SCN_CNT_CODE - only 0x20000000 / IMAGE_SCN_MEM_EXECUTE.

@0vercl0k 0vercl0k merged commit a22816c into master Feb 19, 2022
@0vercl0k 0vercl0k deleted the fbl_fixpe branch February 19, 2022 23:35
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.

Fix bug in PE parser when sections uses IMAGE_SCN_MEM_EXECUTE
1 participant