diff options
| author | Brian Potchik <brian@vector35.com> | 2024-10-19 11:13:54 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-10-19 11:13:54 -0400 |
| commit | f5273b29f60826b693b45404a8a428d3f1d1bda5 (patch) | |
| tree | 98a235307b21266355f328197bfb8389c75e3ba5 /binaryninjaapi.h | |
| parent | c9793998fcfa0ebf04cccb3937229b745ccb8bfd (diff) | |
Improved support for interactive flowgraphs.
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 1a59a58b..0223757c 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -11401,6 +11401,8 @@ namespace BinaryNinja { */ void Show(const std::string& title); + bool IsQueryModeEnabled() const { return m_queryMode; } + virtual bool HasUpdates() const; virtual Ref<FlowGraph> Update(); |
