summaryrefslogtreecommitdiff
path: root/ui/commands.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2025-06-06 16:22:48 -0600
committerRusty Wagner <rusty.wagner@gmail.com>2025-06-10 14:28:26 -0600
commit3a1a81c3ddd8340432ecd2687d3a25195cc97d40 (patch)
treecfc905bc5c8d14e2e4d344db4da04f202d47e80b /ui/commands.h
parentd73188d9f304b242fa53594770806cd13bbe0259 (diff)
Add UI action and API to control switch recovery in HLIL
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 754d99a7..e8f12786 100644
--- a/ui/commands.h
+++ b/ui/commands.h
@@ -99,6 +99,7 @@ std::optional<uint64_t> getFoldableExprAddress(
BinaryNinja::HighLevelILFunction* hlil, const HighlightTokenState& highlight);
std::optional<uint64_t> getInvertableConditionAddress(BinaryNinja::HighLevelILFunction* hlil, size_t instrIndex);
std::optional<uint64_t> getEarlyReturnAddress(BinaryNinja::HighLevelILFunction* hlil, size_t instrIndex);
+std::optional<uint64_t> getSwitchRecoveryAddress(BinaryNinja::HighLevelILFunction* hlil, size_t instrIndex);
/*!
@}