diff options
| author | Brian Potchik <brian@vector35.com> | 2022-11-20 21:35:06 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2022-11-20 21:35:06 -0500 |
| commit | 0763a5064d53a6ec58b7bd40e8c47679d55a81d0 (patch) | |
| tree | bedd36cb2c0c857ab438389c2ac3e0bdb97b7012 /highlevelilinstruction.h | |
| parent | ae69370eb054e2d1679aff0247ad3e217df62a62 (diff) | |
Initial constant expression builtin outliner.
Diffstat (limited to 'highlevelilinstruction.h')
| -rw-r--r-- | highlevelilinstruction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/highlevelilinstruction.h b/highlevelilinstruction.h index fe205b41..13d146ac 100644 --- a/highlevelilinstruction.h +++ b/highlevelilinstruction.h @@ -1166,6 +1166,9 @@ namespace BinaryNinja struct HighLevelILInstructionAccessor<HLIL_CONST> : public HighLevelILConstantInstruction {}; template <> + struct HighLevelILInstructionAccessor<HLIL_CONST_DATA> : public HighLevelILConstantInstruction + {}; + template <> struct HighLevelILInstructionAccessor<HLIL_CONST_PTR> : public HighLevelILConstantInstruction {}; template <> |
