mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
typo
This commit is contained in:
parent
1c1e9f8e3e
commit
1af20bdebd
@ -62,7 +62,7 @@ def section_contains_vaddr(section, imagebase, vaddr) -> bool:
|
||||
|
||||
class Bin:
|
||||
"""Parses a PE format EXE and allows reading data from a virtual address.
|
||||
Reference: ohttps://learn.microsoft.com/en-us/windows/win32/debug/pe-format"""
|
||||
Reference: https://learn.microsoft.com/en-us/windows/win32/debug/pe-format"""
|
||||
|
||||
def __init__(self, filename, logger=None):
|
||||
self.logger = logger
|
||||
|
||||
Loading…
Reference in New Issue
Block a user