From 0ff1794278a96d0b5c23a0fc0280d1faf5687a94 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sun, 27 Sep 2020 23:20:17 -0400 Subject: Add High Level IL Mappings. --- mediumlevelilinstruction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mediumlevelilinstruction.h') 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; -- cgit v1.3.1