diff options
| author | Brian Potchik <brian@vector35.com> | 2025-04-08 21:44:48 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-04-08 22:43:32 -0400 |
| commit | 4403757cf9f0ad1cbca6f99d46b45f534edc66c0 (patch) | |
| tree | 40043430d3fcaf401cd7d7b66c25160bd8dbb240 /binaryninjaapi.h | |
| parent | e424223cfb0aaea137b98f233de6fa7384a3901c (diff) | |
Add API to post requests to the workflow machine.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
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. |
