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

Method WithConfidence

architecture.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116InstructionTextToken InstructionTextToken::WithConfidence(uint8_t conf)
117{
118 return InstructionTextToken(type, context, text, address, value, size, operand, conf, typeNames, width);
119}
120
121
122void InstructionTextToken::ConvertInstructionTextToken(const InstructionTextToken& token, BNInstructionTextToken* result)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected