MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / InstructionTextToken

Method InstructionTextToken

architecture.cpp:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53InstructionTextToken::InstructionTextToken() :
54 type(TextToken), value(0), width(WidthIsByteCount), size(0), operand(BN_INVALID_OPERAND),
55 context(NoTokenContext), confidence(BN_FULL_CONFIDENCE), address(0), exprIndex(BN_INVALID_EXPR)
56{
57 if (width == WidthIsByteCount)
58 {
59 width = text.size();
60 }
61}
62
63
64InstructionTextToken::InstructionTextToken(uint8_t confidence, BNInstructionTextTokenType t, const string& txt) :

Callers 2

get_type_tokensMethod · 0.80
linesMethod · 0.80

Calls 2

push_backMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected