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
Blocked on many samples #30
Comments
Hi, |
Thank you very much! |
Note: This sample seems signed with LIEF is not able to parse the complete signature (related to #3)
It seems that it was a setup file. Is there any attribute in LIEF to discriminate between PE setup executables and non-setup executables? Thanks! |
From a format point of view there is no property that discriminate a setup executables from a normal one. We could use the overlay as heuristic but I don't think is very reliable |
Right! Thank you very much! |
Note: This sample seems signed with LIEF is not able to parse the complete signature (related to #3)
Note: This sample seems signed with LIEF is not able to parse the complete signature (related to #3)
This still happen with dll files, do you need samples ? |
If it is still applicable with the master branch, yes please. |
Hi,
LIEF (Python interface) is blocked on many binaries during calling parse method and produce the following messages:
Unable to find the section associated with CERTIFICATE_TABLE
Unable to find the section associated with BASE_RELOCATION_TABLE
Sample:451774a07ed807c10a67f68201540928f8cba9c4a620f5fe1062ba2da56eb552
Then the process finishes after blocking for a few minutes:
"Process finished with exit code 137"
Debugging is not also possible.
Would you please let me know how I can fix it? Thanks!!
The text was updated successfully, but these errors were encountered: