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

Catch trivial resource access exception in FastPE #44

Closed
ITAYC0HEN opened this issue Sep 21, 2020 · 0 comments · Fixed by #49
Closed

Catch trivial resource access exception in FastPE #44

ITAYC0HEN opened this issue Sep 21, 2020 · 0 comments · Fixed by #49

Comments

@ITAYC0HEN
Copy link
Contributor

Not sure if this is the exact problems but when extracting configuration from samples malduck tries to load the binary using 3 different methods:
as a normal pe
as a memory-mapped pe
as a memdump

When it tries FastPE, it doesn't catch trivial exceptions. This is an issue because these exceptions will always show when using things like accessing a resource. And it should be avoided.

image

image

@ITAYC0HEN ITAYC0HEN changed the title Catch trivial resource access in FastPE Catch trivial resource access exception in FastPE Sep 21, 2020
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