From 29efbc554a96a3b23c3257ae572582ec3d7417ce Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 17 Jun 2021 21:58:11 -0400 Subject: Interactions: add default form values --- binaryninjacore.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'binaryninjacore.h') 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 -- cgit v1.3.1