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

Method BoolToInt

lowlevelilinstruction.cpp:3510–3513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3508
3509
3510ExprId LowLevelILFunction::BoolToInt(size_t size, ExprId a, const ILSourceLocation& loc)
3511{
3512 return AddExprWithLocation(LLIL_BOOL_TO_INT, loc, size, 0, a);
3513}
3514
3515
3516ExprId LowLevelILFunction::SystemCall(const ILSourceLocation& loc)

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected