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 --- binaryninjaapi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 97caebb6..6d0a8535 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1549,7 +1549,8 @@ namespace BinaryNinja void Finalize(); bool GetExprText(Architecture* arch, ExprId expr, std::vector& tokens); - bool GetInstructionText(Architecture* arch, size_t i, std::vector& tokens); + bool GetInstructionText(Function* func, Architecture* arch, size_t i, + std::vector& tokens); uint32_t GetTemporaryRegisterCount(); uint32_t GetTemporaryFlagCount(); -- cgit v1.3.1