Emmanuel Bourg
Emmanuel Bourg
@apique13 What command line did you use?
It looks like Jsign fails to parse the .exe file, are you sure the file is valid? If you can send the file to [email protected] I'll give it a look.
Could you share at least the header of the file? The first 1K will be enough to analyze the issue.
How was the file generated?
Sorry, I meant how was the .exe generated.
What are the bytes at the offsets 0xF2 and 0xF3? That's just after "PE" and should be 0.
@isagargit If you are still around I'd like to figure out why Jsign fails with your file
When Jsign parses an executable file it checks: - if the file exists and is indeed a file - if the file is less than 4GB - if the first...
Thank you for the PR. I understand that this compares the digest of the file and the one in the signatures, but does it check the validity of the certificate...
@aravindarc The code has been refactored to support several file formats. Do you think you could rebase your PR on top of the latest changes? The `verify()` method could go...