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

Method SetFlagSSA

lowlevelilinstruction.cpp:2918–2921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2916
2917
2918ExprId LowLevelILFunction::SetFlagSSA(const SSAFlag& flag, ExprId val, const ILSourceLocation& loc)
2919{
2920 return AddExprWithLocation(LLIL_SET_FLAG_SSA, loc, 0, 0, flag.flag, flag.version, val);
2921}
2922
2923
2924ExprId LowLevelILFunction::ForceVer(size_t size, uint32_t reg, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected