diff options
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. |
