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

Method SetRegisterSSAPartial

lowlevelilinstruction.cpp:2865–2869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2863
2864
2865ExprId LowLevelILFunction::SetRegisterSSAPartial(
2866 size_t size, const SSARegister& fullReg, uint32_t partialReg, ExprId val, const ILSourceLocation& loc)
2867{
2868 return AddExprWithLocation(LLIL_SET_REG_SSA_PARTIAL, loc, size, 0, fullReg.reg, fullReg.version, partialReg, val);
2869}
2870
2871
2872ExprId LowLevelILFunction::SetRegisterSplitSSA(

Callers 1

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected