From dd993ac110b3d098ac2388374b67e45eb4b9bf19 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 22 Oct 2025 15:13:27 -0400 Subject: Add interactive mode support to the container browser. --- binaryninjaapi.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 9e90eeb8..d7958113 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -9190,13 +9190,6 @@ namespace BinaryNinja { std::vector> GetSelectedContexts() const; void SetSelectedContexts(const std::vector>& contexts); - - // UI interaction support - bool RequiresUserInput() const; - bool HasMultipleFileChoices() const; - std::vector GetAvailableFileChoices() const; - bool SelectFiles(const std::vector& selectedFiles); - bool ProcessWithUserInput(); }; @@ -10071,7 +10064,7 @@ namespace BinaryNinja { { return !(*this == var); } - + bool operator<(const Variable& var) const { if (type != var.type) -- cgit v1.3.1