Skip to content

Commit 4e2ad62

Browse files
committed
WIP: Add BNLowLevelILSetExprAddress
Trying to see how I want to setup the LLIL/MLIL/HLIL rewrite stuff
1 parent 757629a commit 4e2ad62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binaryninjacore.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5990,6 +5990,7 @@ extern "C"
59905990
BINARYNINJACOREAPI size_t BNLowLevelILAddExprWithLocation(BNLowLevelILFunction* func, uint64_t addr,
59915991
uint32_t sourceOperand, BNLowLevelILOperation operation, size_t size, uint32_t flags, uint64_t a, uint64_t b,
59925992
uint64_t c, uint64_t d);
5993+
BINARYNINJACOREAPI void BNLowLevelILSetExprAddress(BNLowLevelILFunction* func, size_t expr, uint64_t address);
59935994
BINARYNINJACOREAPI void BNLowLevelILSetExprSourceOperand(BNLowLevelILFunction* func, size_t expr, uint32_t operand);
59945995
BINARYNINJACOREAPI size_t BNLowLevelILAddInstruction(BNLowLevelILFunction* func, size_t expr);
59955996
BINARYNINJACOREAPI size_t BNLowLevelILGoto(BNLowLevelILFunction* func, BNLowLevelILLabel* label);

0 commit comments

Comments
 (0)