mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
pe: add address range checks for LoadConfiguration fields
Add VA range validation for all address fields in LoadConfiguration that were previously unchecked. It validates that each address falls within [imagebase, imagebase + virtual_size).
This commit is contained in:
@@ -1014,11 +1014,9 @@ class ImportEntry(lief.Symbol):
|
||||
@property
|
||||
def hint(self) -> int: ...
|
||||
|
||||
@property
|
||||
def iat_value(self) -> int: ...
|
||||
iat_value: int
|
||||
|
||||
@property
|
||||
def ilt_value(self) -> int: ...
|
||||
ilt_value: int
|
||||
|
||||
@property
|
||||
def iat_address(self) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user