From 3a1a81c3ddd8340432ecd2687d3a25195cc97d40 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 6 Jun 2025 16:22:48 -0600 Subject: Add UI action and API to control switch recovery in HLIL --- ui/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/commands.h') 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 getFoldableExprAddress( BinaryNinja::HighLevelILFunction* hlil, const HighlightTokenState& highlight); std::optional getInvertableConditionAddress(BinaryNinja::HighLevelILFunction* hlil, size_t instrIndex); std::optional getEarlyReturnAddress(BinaryNinja::HighLevelILFunction* hlil, size_t instrIndex); +std::optional getSwitchRecoveryAddress(BinaryNinja::HighLevelILFunction* hlil, size_t instrIndex); /*! @} -- cgit v1.3.1