IBinOrganization Type
Represents an interface for accessing the binary file organization, such as sections and functions.
Instance members
Instance member | Description |
Full Usage:
this.GetFunctionAddresses
Returns: Addr[]
An array of function addresses.
Modifiers: abstract |
|
Full Usage:
this.GetSectionPointer
Parameters:
string
Returns: BinFilePointer
Modifiers: abstract |
|
|
|
Full Usage:
this.IsInTextOrDataOnlySection
Parameters:
Addr
Returns: bool
Modifiers: abstract |