IBinOrganization Type
Organization of a binary file, such as sections, segments, and functions.
Instance members
Instance member | Description |
Full Usage:
this.GetFunctionAddresses
Parameters:
bool
Returns: Addr[]
An array of function addresses.
Modifiers: abstract |
Returns an array of local function addresses (excluding external functions) from a given BinFile. If the argument is true, then this funciton utilizes exception information of the binary to infer function entries. Note that the inference process is not necessarily precise, so this is really just an experimental feature, and will be removed in the future.
|
Full Usage:
this.GetFunctionAddresses
Returns: Addr[]
An array of function addresses.
Modifiers: abstract |
|
Full Usage:
this.GetSections
Parameters:
string
-
The name of the section.
Returns: Section[]
An array of sections that have the specified name. This function returns
an empty array if there is no section of the given name.
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.GetSegments
Parameters:
Permission
Returns: Segment[]
An array of segments.
Modifiers: abstract |
|
|
|
Full Usage:
this.GetSegments
Parameters:
bool
Returns: Segment[]
An array of segments.
Modifiers: abstract |
|
|
|