diff options
| author | Brian Potchik <brian@vector35.com> | 2025-05-01 15:08:15 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-05-01 15:08:15 -0400 |
| commit | c997e959029e004faaa15fcfb27df48c15baff11 (patch) | |
| tree | 744e442a34f722583c9f3aafa981794ed9ed6e83 /binaryninjaapi.h | |
| parent | c40a5f04deec68d388b2072dc42b29141089f9ce (diff) | |
Updates to WorkflowMonitor UI.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index e2275fdc..c911dc50 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1177,7 +1177,7 @@ namespace BinaryNinja { return result; } }; - + std::string EscapeString(const std::string& s); std::string UnescapeString(const std::string& s); @@ -10152,6 +10152,8 @@ namespace BinaryNinja { bool PostJsonRequest(const std::string& request); + Ref<FlowGraph> GetGraph(const std::string& activity = "", bool sequential = false); + void ShowTopology(); WorkflowMachine::Status GetStatus(); |
