summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-12-09 17:17:18 -0500
committerBrian Potchik <brian@vector35.com>2020-12-09 17:17:18 -0500
commitf184af8b393b789f29fd7974c7c8766874daa5f4 (patch)
treebbbadb4f6912f60a0f70dbeb09e8bc46ab9a5db3 /binaryninjaapi.h
parentebfcd344e33c010860abbdb240292c96e25efb65 (diff)
Cleanup project creation and add API.
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);