diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-07-25 20:20:24 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-07-25 20:20:24 -0400 |
| commit | 24b090492a216278fbc0e43e8f01cec13fa59696 (patch) | |
| tree | 5a4f5071fb13e87a7dda077279889441e1734326 /binaryninjaapi.h | |
| parent | 111add984b0a517966f133ae69c51d2084dee985 (diff) | |
Add mappings from LLIL to normal MLIL
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 83d12d21..d69fec0d 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2464,6 +2464,8 @@ namespace BinaryNinja Ref<MediumLevelILFunction> GetMediumLevelIL() const; Ref<MediumLevelILFunction> GetMappedMediumLevelIL() const; + size_t GetMediumLevelILInstructionIndex(size_t instr) const; + size_t GetMediumLevelILExprIndex(size_t expr) const; size_t GetMappedMediumLevelILInstructionIndex(size_t instr) const; size_t GetMappedMediumLevelILExprIndex(size_t expr) const; }; |
