From a096663fc17d08af0bf2581150b618a1a8f09767 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 5 Jul 2019 11:29:28 -0400 Subject: Add support for sorting the symbol list by name or address Refactoring Function List to support Symbols and Data Variables too Renaming FunctionList and FunctionsView to SymbolList/SymbolsView Keep track of current selection and scroll position between model resets --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index b3be594a..3fb60a84 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1572,6 +1572,8 @@ namespace BinaryNinja static NameSpace GetExternalNameSpace(); static bool ParseExpression(Ref view, const std::string& expression, uint64_t &offset, uint64_t here, std::string& errorString); + bool HasSymbols() const; + bool HasDataVariables() const; }; -- cgit v1.3.1