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

Method AppendConstantTextToken

highlevelil.cpp:923–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921
922
923void HighLevelILTokenEmitter::AppendConstantTextToken(const HighLevelILInstruction& instr, int64_t val, size_t size,
924 DisassemblySettings* settings, BNOperatorPrecedence precedence)
925{
926 BNAddHighLevelILConstantTextToken(instr.function->GetObject(), instr.exprIndex, val, size, m_object,
927 settings ? settings->GetObject() : nullptr, precedence);
928}
929
930
931void HighLevelILTokenEmitter::AddNamesForOuterStructureMembers(

Callers 2

GetExprTextMethod · 0.80
GetExprTextInternalMethod · 0.80

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected