diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-06-17 21:58:11 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-06-18 14:55:18 -0400 |
| commit | 29efbc554a96a3b23c3257ae572582ec3d7417ce (patch) | |
| tree | 7c59e9c4af6c5cd6ab28afb08834a4f6269f153e /binaryninjacore.h | |
| parent | aa6dce36cac68b64195b3635b4a625def8974b30 (diff) | |
Interactions: add default form values
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 4587f1f9..8a0cf7d5 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -2344,6 +2344,11 @@ extern "C" uint64_t addressResult; char* stringResult; size_t indexResult; + bool hasDefault; + int64_t intDefault; + uint64_t addressDefault; + const char* stringDefault; + size_t indexDefault; }; struct BNInteractionHandlerCallbacks |
