diff options
| author | Rusty Wagner <rusty@vector35.com> | 2019-08-03 22:40:57 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2020-04-17 14:20:37 -0400 |
| commit | 620dd96217a49803fe04c6bc286291ddd857dcba (patch) | |
| tree | c416e88ecd9ac0d15e1864bbd17a6eb70548965f /lowlevelilinstruction.h | |
| parent | c9845e5a200228f20809336d9e9afee45e776d19 (diff) | |
Expand support for HLIL switch/case and data flow access
Diffstat (limited to 'lowlevelilinstruction.h')
| -rw-r--r-- | lowlevelilinstruction.h | 3 |
1 files changed, 2 insertions, 1 deletions
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<SSARegisterOrFlag>& outputs); RegisterValue GetValue() const; - PossibleValueSet GetPossibleValues() const; + PossibleValueSet GetPossibleValues(const std::set<BNDataFlowQueryOption>& options = + std::set<BNDataFlowQueryOption>()) const; RegisterValue GetRegisterValue(uint32_t reg); RegisterValue GetRegisterValueAfter(uint32_t reg); |
