We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8015703 + 2d49a02 commit a68b0c2Copy full SHA for a68b0c2
unblob/handlers/executable/elf.py
@@ -16,6 +16,8 @@
16
)
17
from unblob.models import ExtractError, Extractor, HexString, StructHandler, ValidChunk
18
19
+lief.logging.set_level(lief.logging.LOGGING_LEVEL.ERROR)
20
+
21
22
class NullExtract(ExtractError):
23
pass
0 commit comments