diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 275ec979..d0c8a660 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -10033,6 +10033,12 @@ namespace BinaryNinja { */ Ref<Function> GetFunction(); + /*! Get the lifted IL function for the current AnalysisContext + + \return The Lifted IL LowLevelILFunction for the current context + */ + Ref<LowLevelILFunction> GetLiftedILFunction(); + /*! Get the low level IL function for the current AnalysisContext \return The LowLevelILFunction for the current context |
