Skip to content

Commit

Permalink
Shout-out to ruff for finding these bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-kevin committed Dec 20, 2023
1 parent 34fb333 commit a237526
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions analyzer/windows/lib/common/abstracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
from lib.common.common import check_file_extension
from lib.common.exceptions import CuckooPackageError
from lib.common.parse_pe import choose_dll_export, is_pe_image
from lib.core.compound import create_custom_folders

log = logging.getLogger(__name__)

PE_INDICATORS = [b"MZ", b"This program cannot be run in DOS mode"]


class Package:
"""Base abstract analysis package."""
Expand Down

0 comments on commit a237526

Please sign in to comment.