From 519988c1ed48c5dbb54670bb6cc4b03847b47516 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 17 Sep 2015 22:24:01 -0400 Subject: Add version information when building --- binaryninjaapi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binaryninjaapi.h') 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& args, const DataBuffer& input, std::string& output, std::string& errors); + std::string GetVersionString(); + uint32_t GetBuildId(); + class DataBuffer { BNDataBuffer* m_buffer; -- cgit v1.3.1