diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2025-05-30 14:21:14 -0600 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2025-06-03 13:42:54 -0600 |
| commit | 37d52c95d94b8a586c5d59fb500a7b35f3e272dc (patch) | |
| tree | e535f845fa0fd2947e245da187bde01604356c8d /ui/commands.h | |
| parent | 8ef932b35e76f670611b79a2fcba88c6f8e15169 (diff) | |
Add UI action and API to flip conditions during HLIL restructuring
Diffstat (limited to 'ui/commands.h')
| -rw-r--r-- | ui/commands.h | 1 |
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); /*! @} |
