summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2025-04-08 21:44:48 -0400
committerBrian Potchik <brian@vector35.com>2025-04-08 22:43:32 -0400
commit4403757cf9f0ad1cbca6f99d46b45f534edc66c0 (patch)
tree40043430d3fcaf401cd7d7b66c25160bd8dbb240 /binaryninjaapi.h
parente424223cfb0aaea137b98f233de6fa7384a3901c (diff)
Add API to post requests to the workflow machine.
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 2 insertions, 0 deletions
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<BinaryView> view);
WorkflowMachine(Ref<Function> 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.