diff options
| author | Peter LaFosse <peter@vector35.com> | 2022-01-20 13:16:29 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2022-01-20 13:16:29 -0500 |
| commit | 65c1ab279b34f11070a450de993886df9c7353ec (patch) | |
| tree | fff31eaca0be83e034f9356465b02f7224ce47a2 /binaryninjaapi.h | |
| parent | b97912fbac14e760f1b595180ffe58af1ee34194 (diff) | |
Add support for mmlil_if_available
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
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; |
