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

Method SetRegisterStackAbsoluteSSA

lowlevelilinstruction.cpp:2904–2909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2902
2903
2904ExprId LowLevelILFunction::SetRegisterStackAbsoluteSSA(size_t size, uint32_t regStack, size_t destVersion,
2905 size_t srcVersion, uint32_t reg, ExprId val, const ILSourceLocation& loc)
2906{
2907 return AddExprWithLocation(LLIL_SET_REG_STACK_ABS_SSA, loc, size, 0,
2908 AddExprWithLocation(LLIL_REG_STACK_DEST_SSA, loc, size, 0, regStack, destVersion, srcVersion), reg, val);
2909}
2910
2911
2912ExprId LowLevelILFunction::SetFlag(uint32_t flag, ExprId val, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected