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

Method SetRegister

lowlevelilinstruction.cpp:2845–2849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2843
2844
2845ExprId LowLevelILFunction::SetRegister(
2846 size_t size, uint32_t reg, ExprId val, uint32_t flags, const ILSourceLocation& loc)
2847{
2848 return AddExprWithLocation(LLIL_SET_REG, loc, size, flags, reg, val);
2849}
2850
2851
2852ExprId LowLevelILFunction::SetRegisterSplit(

Callers 15

CopyToMethod · 0.80
SetRegisterOrNopFunction · 0.80
SignExtendHiLoFunction · 0.80
SetRegisterOrBranchFunction · 0.80
LoadFunction · 0.80
StoreFunction · 0.80
SaturateFunction · 0.80
WriteILOperandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected