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

bugfix for PE identification by MZ & replace pefile with lief to support opcode extraction for ELF file #48

Merged
merged 2 commits into from
Dec 22, 2023

Conversation

seekamoon
Copy link
Contributor

Hi, it seems that I found a bug.
The type of fileData is bytes, and bytes cannot be directly compared with str in Python 3.x (which will always lead to False).

Just fixed it.

@Neo23x0 Neo23x0 merged commit 6a4878a into Neo23x0:master Dec 22, 2023
@Neo23x0
Copy link
Owner

Neo23x0 commented Dec 22, 2023

Thanks 👍

@seekamoon seekamoon changed the title bugfix for PE identification by MZ bugfix for PE identification by MZ & replace pefile with lief to support opcode extraction for ELF file Dec 24, 2023
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.

2 participants