-
-
Notifications
You must be signed in to change notification settings - Fork 671
Closed
Description
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!!