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 /binaryninjaapi.h | |
| parent | aa6dce36cac68b64195b3635b4a625def8974b30 (diff) | |
Interactions: add default form values
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 76df58ce..d0101b22 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -5136,6 +5136,11 @@ __attribute__ ((format (printf, 1, 2))) uint64_t addressResult; std::string stringResult; size_t indexResult; + bool hasDefault; + int64_t intDefault; + uint64_t addressDefault; + std::string stringDefault; + size_t indexDefault; static FormInputField Label(const std::string& text); static FormInputField Separator(); |
