ISymbolTable Type
Represents the symbol table of a binary file.
Instance members
| Instance member |
Description
|
|
Returns instruction-set mode markers derived from the symbol table (e.g., ELF ARM $a/$t/$d mapping symbols). Empty for architectures that do not interleave encodings.
|
Full Usage:
this.IsStripped
Returns: bool
Modifiers: abstract |
Returns true if the binary lacks its non-essential symbol table.
|
|
Returns an array of all the symbols in the binary.
|
|
B2R2