diff options
| author | Brian Potchik <brian@vector35.com> | 2020-12-09 17:17:18 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-12-09 17:17:18 -0500 |
| commit | f184af8b393b789f29fd7974c7c8766874daa5f4 (patch) | |
| tree | bbbadb4f6912f60a0f70dbeb09e8bc46ab9a5db3 /binaryninjaapi.h | |
| parent | ebfcd344e33c010860abbdb240292c96e25efb65 (diff) | |
Cleanup project creation and add API.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 4 |
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); |
