diff options
| author | Josh F <josh@vector35.com> | 2022-07-01 14:28:49 -0400 |
|---|---|---|
| committer | Josh F <josh@vector35.com> | 2022-07-01 14:28:49 -0400 |
| commit | 449595e320957a25e136605e04792d4f1237e7ac (patch) | |
| tree | 4d2ee6a250f02d17df1debccbb286618438ef265 /binaryninjacore.h | |
| parent | 76a4788ca80deae75c43108142658a1b1fbfbdb7 (diff) | |
Add channel to core_version_info
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index d092a8bd..4788bc90 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -2839,6 +2839,7 @@ extern "C" uint32_t major; uint32_t minor; uint32_t build; + const char* channel; }; BINARYNINJACOREAPI char* BNAllocString(const char* contents); |
