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

Method Flag

lowlevelilinstruction.cpp:3122–3125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3120
3121
3122ExprId LowLevelILFunction::Flag(uint32_t flag, const ILSourceLocation& loc)
3123{
3124 return AddExprWithLocation(LLIL_FLAG, loc, 0, 0, flag);
3125}
3126
3127
3128ExprId LowLevelILFunction::FlagSSA(const SSAFlag& flag, const ILSourceLocation& loc)

Callers 15

CopyToMethod · 0.45
GetShiftedFunction · 0.45
ReadShiftedOperandFunction · 0.45
ShiftedRegisterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected