diff options
| author | Brian Potchik <brian@vector35.com> | 2020-09-27 23:20:17 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-09-27 23:20:17 -0400 |
| commit | 0ff1794278a96d0b5c23a0fc0280d1faf5687a94 (patch) | |
| tree | 3f6004fcf8450a46bd91e44f0636cbc49c70a832 /mediumlevelilinstruction.h | |
| parent | ba41ea9735bd55328a4e2b6c65fdbdb245b9ccad (diff) | |
Add High Level IL Mappings.
Diffstat (limited to 'mediumlevelilinstruction.h')
| -rw-r--r-- | mediumlevelilinstruction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mediumlevelilinstruction.h b/mediumlevelilinstruction.h index a8c9b8ec..42567834 100644 --- a/mediumlevelilinstruction.h +++ b/mediumlevelilinstruction.h @@ -444,6 +444,8 @@ namespace BinaryNinja size_t GetLowLevelILInstructionIndex() const; size_t GetLowLevelILExprIndex() const; + size_t GetHighLevelILInstructionIndex() const; + size_t GetHighLevelILExprIndex() const; bool HasLowLevelIL() const; LowLevelILInstruction GetLowLevelIL() const; |
