From 4403757cf9f0ad1cbca6f99d46b45f534edc66c0 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Tue, 8 Apr 2025 21:44:48 -0400 Subject: Add API to post requests to the workflow machine. --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 82e6ace1..5c292481 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -10083,6 +10083,8 @@ namespace BinaryNinja { WorkflowMachine(Ref view); WorkflowMachine(Ref function); + bool PostJsonRequest(const std::string& request); + /*! Start the workflow WorkflowMachine Starts the workflow machine for the given BinaryView or Function. \return true if the command is accepted, false otherwise. -- cgit v1.3.1