IBinSymbolTable Type
Symbol table of a binary file.
Instance members
Instance member | Description |
|
|
Full Usage:
this.GetDynamicSymbols
Parameters:
bool
Returns: Symbol[]
Modifiers: abstract |
Return a list of all the dynamic symbols from the binary. Dynamic symbols are the ones that are required to run the binary. The "excludeImported" argument indicates whether to exclude external symbols that are imported from other files. However, even if "excludeImported" is true, returned symbols may include a forwarding entry that redirects to another function in an external file (cf. SymbolKind.ForwardType). When "excludeImported" argument is not given, this function will simply return all possible dynamic symbols.
|
|
|
|
|
|
|