From a318eaa789a1556ef02438ed9101804870c3f5d1 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 30 Dec 2015 19:17:22 -0500 Subject: Allow opening a new tab or window to the same file, updates take effect in both --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 6ebdf22d..74840e95 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -579,6 +579,7 @@ namespace BinaryNinja void AbortAnalysis(); std::vector> GetAnalysisFunctionList(); + bool HasFunctions() const; Ref GetAnalysisFunction(Architecture* arch, uint64_t addr); Ref GetRecentAnalysisFunctionForAddress(uint64_t addr); std::vector> GetAnalysisFunctionsForAddress(uint64_t addr); -- cgit v1.3.1