From e07a4ba06e8c0d64a9db37a907538e8b02de71da Mon Sep 17 00:00:00 2001 From: Quentin Kaiser Date: Thu, 9 Jun 2022 12:07:24 +0200 Subject: [PATCH] add EFI files to skip list until we have a proper handler for it. --- unblob/processing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unblob/processing.py b/unblob/processing.py index b827604076..4344f06c6d 100644 --- a/unblob/processing.py +++ b/unblob/processing.py @@ -51,6 +51,7 @@ "PDF document", "magic binary file", "MS Windows icon resource", + "PE32+ executable (EFI application)", )