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

Method AppendVarTextToken

highlevelil.cpp:895–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893
894
895void HighLevelILTokenEmitter::AppendVarTextToken(const Variable& var, const HighLevelILInstruction& instr, size_t size)
896{
897 BNAddHighLevelILVarTextToken(instr.function->GetObject(), &var, m_object, instr.exprIndex, size);
898}
899
900
901void HighLevelILTokenEmitter::AppendIntegerTextToken(const HighLevelILInstruction& instr, int64_t val, size_t size)

Callers 2

GetExprTextMethod · 0.80
GetExprTextInternalMethod · 0.80

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected