From 620dd96217a49803fe04c6bc286291ddd857dcba Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Sat, 3 Aug 2019 22:40:57 -0400 Subject: Expand support for HLIL switch/case and data flow access --- lowlevelilinstruction.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lowlevelilinstruction.h') diff --git a/lowlevelilinstruction.h b/lowlevelilinstruction.h index b4c863b0..0fcc36eb 100644 --- a/lowlevelilinstruction.h +++ b/lowlevelilinstruction.h @@ -619,7 +619,8 @@ namespace BinaryNinja void UpdateRawOperandAsSSARegisterOrFlagList(size_t operandIndex, const std::vector& outputs); RegisterValue GetValue() const; - PossibleValueSet GetPossibleValues() const; + PossibleValueSet GetPossibleValues(const std::set& options = + std::set()) const; RegisterValue GetRegisterValue(uint32_t reg); RegisterValue GetRegisterValueAfter(uint32_t reg); -- cgit v1.3.1