mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
🙄
This commit is contained in:
parent
f6407b50d1
commit
0f85d11a5f
@ -75,6 +75,8 @@ class Bin:
|
||||
"""Parses a PE format EXE and allows reading data from a virtual address.
|
||||
Reference: https://learn.microsoft.com/en-us/windows/win32/debug/pe-format"""
|
||||
|
||||
# pylint: disable=too-many-instance-attributes
|
||||
|
||||
def __init__(self, filename: str, logger=None) -> None:
|
||||
self.logger = logger
|
||||
self._debuglog(f'Parsing headers of "{filename}"... ')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user