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

Method FlagBit

lowlevelilinstruction.cpp:3134–3137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3132
3133
3134ExprId LowLevelILFunction::FlagBit(size_t size, uint32_t flag, size_t bitIndex, const ILSourceLocation& loc)
3135{
3136 return AddExprWithLocation(LLIL_FLAG_BIT, loc, size, 0, flag, bitIndex);
3137}
3138
3139
3140ExprId LowLevelILFunction::FlagBitSSA(size_t size, const SSAFlag& flag, size_t bitIndex, const ILSourceLocation& loc)

Callers 3

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected