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

Invalid header option [at readpe.c:86] #216

Open
Oldguy74 opened this issue Nov 9, 2024 · 3 comments
Open

Invalid header option [at readpe.c:86] #216

Oldguy74 opened this issue Nov 9, 2024 · 3 comments

Comments

@Oldguy74
Copy link

Oldguy74 commented Nov 9, 2024

Running Manjaro, lattest updates, OpenSSL installed, only thing that works is the optional header, everything else, gives.
ERROR: invalid header option [at readpe.c:86], I'm not where my Windows PC is, so I can't try any utility on it, tried this on known
good PE file. Thanks

@jweyrich
Copy link
Contributor

This specific error means it received an invalid/unexpected value in argument -h. The valid values are dos, coff, or optional.

@GoGoOtaku
Copy link
Collaborator

Looking over the code I didn't find any obvious issues. I will spin up a Majora VM tomorrow.
This might sound silly, but I rather make sure: dos, coff and optional are case-sensitive all lowercase.

@GoGoOtaku
Copy link
Collaborator

Testing this I could not reproduce this. I installed it from the aur package with makepkg -si and it worked just fine (tested with putty.exe)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants