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

Method SetRegisterSSA

lowlevelilinstruction.cpp:2859–2862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2857
2858
2859ExprId LowLevelILFunction::SetRegisterSSA(size_t size, const SSARegister& reg, ExprId val, const ILSourceLocation& loc)
2860{
2861 return AddExprWithLocation(LLIL_SET_REG_SSA, loc, size, 0, reg.reg, reg.version, val);
2862}
2863
2864
2865ExprId LowLevelILFunction::SetRegisterSSAPartial(

Callers 1

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected