summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h4
1 files changed, 4 insertions, 0 deletions
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<Ref<User>> GetUsers();
std::vector<UndoEntry> GetUndoEntries();
+ bool OpenProject();
+ void CloseProject();
+ bool IsProjectOpen();
+
std::string GetCurrentView();
uint64_t GetCurrentOffset();
bool Navigate(const std::string& view, uint64_t offset);