From 65c1ab279b34f11070a450de993886df9c7353ec Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 20 Jan 2022 13:16:29 -0500 Subject: Add support for mmlil_if_available --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 0fc38edd..c9cff3cf 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3508,6 +3508,8 @@ __attribute__ ((format (printf, 1, 2))) Ref GetMediumLevelIL() const; Ref GetMediumLevelILIfAvailable() const; + Ref GetMappedMediumLevelIL() const; + Ref GetMappedMediumLevelILIfAvailable() const; Ref GetHighLevelIL() const; Ref GetHighLevelILIfAvailable() const; Ref GetLanguageRepresentation() const; -- cgit v1.3.1