diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2016-05-15 20:21:41 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2016-05-15 20:21:41 -0400 |
| commit | 675c7e8d0b4e1bc1a488c73729e94bec96373fbc (patch) | |
| tree | b2bfb2020c4d345adde4fb64c53d7009247249c8 /binaryninjacore.h | |
| parent | c17b562736dba5a2d042b2c7979f5dc32507388c (diff) | |
| parent | 72bf56348109d87994928dee244dd97a27480c6d (diff) | |
Merge branch 'dev' of github.com:Vector35/binaryninja-api into dev
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 6 |
1 files changed, 3 insertions, 3 deletions
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); |
