diff options
| author | Rusty Wagner <rusty@vector35.com> | 2015-04-27 18:55:44 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2015-04-27 18:55:44 -0400 |
| commit | 26093c952f60de3c0510e76f28ccfc0290824eec (patch) | |
| tree | ea5992f4b1972145692fd288d009e71672d932a1 /binaryninjaapi.h | |
| parent | 190c491d4f6ea4cdb089f5efee15e4fcf65715d3 (diff) | |
Restore defined functions from database
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 1cd89be1..ecacba34 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -282,6 +282,8 @@ namespace BinaryNinja BNFileMetadata* GetFileObject() const { return m_file; } + void Close(); + void SetNavigationHandler(NavigationHandler* handler); std::string GetFilename() const; @@ -306,6 +308,8 @@ namespace BinaryNinja std::string GetCurrentView(); uint64_t GetCurrentOffset(); bool Navigate(const std::string& view, uint64_t offset); + + BinaryNinja::Ref<BinaryNinja::BinaryView> GetViewOfType(const std::string& name); }; class BinaryView; |
