summaryrefslogtreecommitdiff
path: root/ui/commands.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2025-05-30 14:21:14 -0600
committerRusty Wagner <rusty.wagner@gmail.com>2025-06-03 13:42:54 -0600
commit37d52c95d94b8a586c5d59fb500a7b35f3e272dc (patch)
treee535f845fa0fd2947e245da187bde01604356c8d /ui/commands.h
parent8ef932b35e76f670611b79a2fcba88c6f8e15169 (diff)
Add UI action and API to flip conditions during HLIL restructuring
Diffstat (limited to 'ui/commands.h')
-rw-r--r--ui/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/commands.h b/ui/commands.h
index 7fb3f539..aed0fbf6 100644
--- a/ui/commands.h
+++ b/ui/commands.h
@@ -97,6 +97,7 @@ TypeRef GetFunctionType(BinaryViewRef data, TypeRef type);
std::optional<uint64_t> getFoldableExprAddress(
BinaryNinja::HighLevelILFunction* hlil, const HighlightTokenState& highlight);
+std::optional<uint64_t> getInvertableConditionAddress(BinaryNinja::HighLevelILFunction* hlil, size_t instrIndex);
/*!
@}