diff options
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; |
