summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2017-07-25 20:20:24 -0400
committerRusty Wagner <rusty@vector35.com>2017-07-25 20:20:24 -0400
commit24b090492a216278fbc0e43e8f01cec13fa59696 (patch)
tree5a4f5071fb13e87a7dda077279889441e1734326 /binaryninjacore.h
parent111add984b0a517966f133ae69c51d2084dee985 (diff)
Add mappings from LLIL to normal MLIL
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 01c78ff4..bcd5fbbf 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -2386,6 +2386,8 @@ extern "C"
BINARYNINJACOREAPI BNMediumLevelILFunction* BNGetMediumLevelILForLowLevelIL(BNLowLevelILFunction* func);
BINARYNINJACOREAPI BNMediumLevelILFunction* BNGetMappedMediumLevelIL(BNLowLevelILFunction* func);
+ BINARYNINJACOREAPI size_t BNGetMediumLevelILInstructionIndex(BNLowLevelILFunction* func, size_t instr);
+ BINARYNINJACOREAPI size_t BNGetMediumLevelILExprIndex(BNLowLevelILFunction* func, size_t expr);
BINARYNINJACOREAPI size_t BNGetMappedMediumLevelILInstructionIndex(BNLowLevelILFunction* func, size_t instr);
BINARYNINJACOREAPI size_t BNGetMappedMediumLevelILExprIndex(BNLowLevelILFunction* func, size_t expr);