IBinFile Type
Represents a format-agnostic binary file interface.
Instance members
| Instance member |
Description
|
|
Returns an exception table if this binary format provides exception (unwinding) information.
|
|
Returns an import table if this binary format has imported symbols.
|
Full Usage:
this.Length
Returns: int
Modifiers: abstract |
Returns the size of the associated binary file in bytes.
|
|
Returns a memory layout view if this binary format is memory-mapped.
|
|
Returns a name resolver if this binary format provides names.
|
|
Returns the raw file content as a read-only memory block.
|
|
Returns a reader for this binary file.
|
|
Returns a relocation table if this binary format has relocations.
|
|
Returns a structural view if this binary format has one.
|
|
Returns the symbol table if this binary format provides one.
|
B2R2