From f184af8b393b789f29fd7974c7c8766874daa5f4 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 9 Dec 2020 17:17:18 -0500 Subject: Cleanup project creation and add API. --- binaryninjaapi.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 75d83ccc..85c9c51b 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -939,6 +939,10 @@ __attribute__ ((format (printf, 1, 2))) std::vector> GetUsers(); std::vector GetUndoEntries(); + bool OpenProject(); + void CloseProject(); + bool IsProjectOpen(); + std::string GetCurrentView(); uint64_t GetCurrentOffset(); bool Navigate(const std::string& view, uint64_t offset); -- cgit v1.3.1