diff options
| author | Rusty Wagner <rusty@vector35.com> | 2016-05-15 18:35:04 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2016-05-15 18:35:04 -0400 |
| commit | 72bf56348109d87994928dee244dd97a27480c6d (patch) | |
| tree | c13a791f3cf48a62dcf7035b16d3a80eadbdf775 /binaryninjaapi.h | |
| parent | 0e0cd16a68fb4b073b33ee48c31c6d6e34bfad90 (diff) | |
Modify IL text API to allow for stack variable annotations
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 2 insertions, 1 deletions
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<InstructionTextToken>& tokens); - bool GetInstructionText(Architecture* arch, size_t i, std::vector<InstructionTextToken>& tokens); + bool GetInstructionText(Function* func, Architecture* arch, size_t i, + std::vector<InstructionTextToken>& tokens); uint32_t GetTemporaryRegisterCount(); uint32_t GetTemporaryFlagCount(); |
