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

Method FlagCondition

lowlevelilinstruction.cpp:3432–3435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3430
3431
3432ExprId LowLevelILFunction::FlagCondition(BNLowLevelILFlagCondition cond, uint32_t semClass, const ILSourceLocation& loc)
3433{
3434 return AddExprWithLocation(LLIL_FLAG_COND, loc, 0, 0, (ExprId)cond, semClass);
3435}
3436
3437
3438ExprId LowLevelILFunction::FlagGroup(uint32_t semGroup, const ILSourceLocation& loc)

Callers 6

CopyToMethod · 0.80
GetConditionFunction · 0.80
GetConditionFunction · 0.80
RepeatFunction · 0.80
CMovFlagCondFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected