Skip to content

Commit

Permalink
style: Automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 27, 2023
1 parent 9fde46e commit 17fd614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analyzer/windows/modules/packages/zip.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
log = logging.getLogger(__name__)

EXE_REGEX = re.compile(
r"(\.exe|\.dll|\.scr|\.msi|\.bat|\.lnk|\.js|\.jse|\.vbs|\.vbe|\.wsf|\.ps1|\.db|\.cmd|\.dat|\.tmp|\.temp|\.doc|\.xls)$", flags=re.IGNORECASE
r"(\.exe|\.dll|\.scr|\.msi|\.bat|\.lnk|\.js|\.jse|\.vbs|\.vbe|\.wsf|\.ps1|\.db|\.cmd|\.dat|\.tmp|\.temp|\.doc|\.xls)$",
flags=re.IGNORECASE,
)
PE_INDICATORS = [b"MZ", b"This program cannot be run in DOS mode"]

Expand Down

0 comments on commit 17fd614

Please sign in to comment.