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

Exposing IMAGE_RESOURCE_DIRECTORY fields and removing Characteristics… #390

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gljiva
Copy link

@gljiva gljiva commented Jan 4, 2016

IMAGE_RESOURCE_DIRECTORY fields are currently treated as variables which doesn't account for multiple directories having different field values. Creating struct array for resources_dir to reflect this which enables for the following signatures:
for any i in (0 .. pe.number_of_resources_dir - 1) : ( pe.resources_dir[i].characteristics == 0xbadc00de )

Also removing resource_dir->Characteristics sanity check as the Characteristics field can have arbitrary value.

Fixes #295.

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.

None yet

1 participant