BinFilePointer Type
A pointer to binary, which is used to exclusively point to a portion of a binary, e.g., a section. It holds both the virtual address as well as the file offset. Both Offset and MaxOffset are inclusive.
Record fields
Record Field | Description |
|
|
Full Usage:
MaxOffset
Field type: int
|
|
Full Usage:
Offset
Field type: int
|
Constructors
Constructor | Description |
Full Usage:
BinFilePointer(addr, offset, max)
Parameters:
Addr
offset : int
max : int
Returns: BinFilePointer
|
Static members
Static member | Description |
Full Usage:
BinFilePointer.Advance(p) (amount)
Parameters:
BinFilePointer
amount : int
Returns: BinFilePointer
|
|
|
|
Full Usage:
BinFilePointer.IsValid(ptr)
Parameters:
BinFilePointer
Returns: bool
Modifiers: inline |
|
Full Usage:
BinFilePointer.IsValidAccess(ptr) (size)
Parameters:
BinFilePointer
size : int
Returns: bool
Modifiers: inline |
|
|
|
|
|
Full Usage:
BinFilePointer.OfSectionOpt(section)
Parameters:
Section option
Returns: BinFilePointer
|
|