diff options
| author | Peter LaFosse <peter@vector35.com> | 2019-07-28 10:06:35 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2019-08-03 10:21:31 -0400 |
| commit | 8bda3399997c0af7fbba6c8a6cf3d22cdd6d0297 (patch) | |
| tree | 3093a1089d7a7c68763173b2dc5fd55c5650183d /binaryninjaapi.h | |
| parent | 5581a6e80d4c0e983147517e23aeb51f3639fa28 (diff) | |
Fix symbol list issues. Vector35/binaryninja-api #1412
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 68eee4db..e4af4672 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1517,6 +1517,7 @@ namespace BinaryNinja std::vector<Ref<Symbol>> GetSymbols(uint64_t start, uint64_t len, const NameSpace& nameSpace=NameSpace()); std::vector<Ref<Symbol>> GetSymbolsOfType(BNSymbolType type, const NameSpace& nameSpace=NameSpace()); std::vector<Ref<Symbol>> GetSymbolsOfType(BNSymbolType type, uint64_t start, uint64_t len, const NameSpace& nameSpace=NameSpace()); + std::vector<Ref<Symbol>> GetVisibleSymbols(const NameSpace& nameSpace=NameSpace()); void DefineAutoSymbol(Ref<Symbol> sym); void DefineAutoSymbolAndVariableOrFunction(Ref<Platform> platform, Ref<Symbol> sym, Ref<Type> type); |
