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 loading of kernel32 on modern systems #3

Closed
mrexodia opened this issue Dec 1, 2021 · 1 comment
Closed

Fix loading of kernel32 on modern systems #3

mrexodia opened this issue Dec 1, 2021 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@mrexodia
Copy link
Owner

mrexodia commented Dec 1, 2021

SizeOfImage is not consecutive in memory. So unicorn fails to read the memory. Fix would be to read the memory in chunks of 0x1000 pages, or only pass the first page to pefile and load in pages when necessary.

@mrexodia mrexodia added bug Something isn't working good first issue Good for newcomers labels Dec 15, 2021
@mrexodia mrexodia added this to the v0.1.0 milestone Dec 15, 2021
@mrexodia
Copy link
Owner Author

Fixed by #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant