diff options
| author | Brian Potchik <brian@vector35.com> | 2018-01-14 16:38:14 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-03-23 17:10:06 -0400 |
| commit | e2ea7073948c7b8c473d35b7eb0325f3a4684978 (patch) | |
| tree | 17890eec073a3b408fbb0c8f1e324c25b8010e78 /binaryninjaapi.h | |
| parent | 5f263139ad405f0ecd751f40ccb103e966c2ae64 (diff) | |
Add InstructionTextToken Constructor
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 9debf754..c3898d7c 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -968,6 +968,7 @@ namespace BinaryNinja uint64_t address; InstructionTextToken(); + InstructionTextToken(uint8_t confidence, BNInstructionTextTokenType t, const std::string& txt); InstructionTextToken(BNInstructionTextTokenType type, const std::string& text, uint64_t value = 0, size_t size = 0, size_t operand = BN_INVALID_OPERAND, uint8_t confidence = BN_FULL_CONFIDENCE); InstructionTextToken(BNInstructionTextTokenType type, BNInstructionTextTokenContext context, |
