summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2022-01-20 13:16:29 -0500
committerPeter LaFosse <peter@vector35.com>2022-01-20 13:16:29 -0500
commit65c1ab279b34f11070a450de993886df9c7353ec (patch)
treefff31eaca0be83e034f9356465b02f7224ce47a2 /binaryninjaapi.h
parentb97912fbac14e760f1b595180ffe58af1ee34194 (diff)
Add support for mmlil_if_available
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 2 insertions, 0 deletions
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<MediumLevelILFunction> GetMediumLevelIL() const;
Ref<MediumLevelILFunction> GetMediumLevelILIfAvailable() const;
+ Ref<MediumLevelILFunction> GetMappedMediumLevelIL() const;
+ Ref<MediumLevelILFunction> GetMappedMediumLevelILIfAvailable() const;
Ref<HighLevelILFunction> GetHighLevelIL() const;
Ref<HighLevelILFunction> GetHighLevelILIfAvailable() const;
Ref<LanguageRepresentationFunction> GetLanguageRepresentation() const;