From 72bf56348109d87994928dee244dd97a27480c6d Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Sun, 15 May 2016 18:35:04 -0400 Subject: Modify IL text API to allow for stack variable annotations --- binaryninjacore.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index 2a9eb187..aaade7ef 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1278,9 +1278,9 @@ extern "C" BNArchitecture* arch, uint64_t addr); BINARYNINJACOREAPI bool BNGetLowLevelILExprText(BNLowLevelILFunction* func, BNArchitecture* arch, size_t i, - BNInstructionTextToken** tokens, size_t* count); - BINARYNINJACOREAPI bool BNGetLowLevelILInstructionText(BNLowLevelILFunction* func, BNArchitecture* arch, size_t i, - BNInstructionTextToken** tokens, size_t* count); + BNInstructionTextToken** tokens, size_t* count); + BINARYNINJACOREAPI bool BNGetLowLevelILInstructionText(BNLowLevelILFunction* il, BNFunction* func, + BNArchitecture* arch, size_t i, BNInstructionTextToken** tokens, size_t* count); BINARYNINJACOREAPI uint32_t BNGetLowLevelILTemporaryRegisterCount(BNLowLevelILFunction* func); BINARYNINJACOREAPI uint32_t BNGetLowLevelILTemporaryFlagCount(BNLowLevelILFunction* func); -- cgit v1.3.1