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. --- binaryninjaapi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index ddfa6340..0e281baa 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -4074,6 +4074,9 @@ __attribute__ ((format (printf, 1, 2))) Ref GetLowLevelIL() const; size_t GetLowLevelILInstructionIndex(size_t instr) const; size_t GetLowLevelILExprIndex(size_t expr) const; + Ref GetHighLevelIL() const; + size_t GetHighLevelILInstructionIndex(size_t instr) const; + size_t GetHighLevelILExprIndex(size_t expr) const; Confidence> GetExprType(size_t expr); Confidence> GetExprType(const MediumLevelILInstruction& expr); -- cgit v1.3.1