diff options
| author | Rusty Wagner <rusty@vector35.com> | 2015-09-17 22:24:01 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2015-09-17 22:24:01 -0400 |
| commit | 519988c1ed48c5dbb54670bb6cc4b03847b47516 (patch) | |
| tree | e29092f28e26d072f477262baa0ea165dadf129d /binaryninjaapi.h | |
| parent | 66e254662993c0dd4ce4f61289f6b6704fdaff18 (diff) | |
Add version information when building
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 61622c5a..2dc15f2c 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -178,6 +178,9 @@ namespace BinaryNinja bool ExecuteWorkerProcess(const std::string& path, const std::vector<std::string>& args, const DataBuffer& input, std::string& output, std::string& errors); + std::string GetVersionString(); + uint32_t GetBuildId(); + class DataBuffer { BNDataBuffer* m_buffer; |
