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

Method AppendIntegerTextToken

highlevelil.cpp:901–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899
900
901void HighLevelILTokenEmitter::AppendIntegerTextToken(const HighLevelILInstruction& instr, int64_t val, size_t size)
902{
903 BNAddHighLevelILIntegerTextToken(instr.function->GetObject(), instr.exprIndex, val, size, m_object);
904}
905
906
907void HighLevelILTokenEmitter::AppendArrayIndexToken(

Callers 6

AppendTwoOperandMethod · 0.80
AppendFieldTextTokensMethod · 0.80
GetExprTextMethod · 0.80
AppendTwoOperandMethod · 0.80
AppendFieldTextTokensMethod · 0.80
GetExprTextInternalMethod · 0.80

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected