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

Method SetRegisterStackTopRelative

lowlevelilinstruction.cpp:2881–2885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2879
2880
2881ExprId LowLevelILFunction::SetRegisterStackTopRelative(
2882 size_t size, uint32_t regStack, ExprId entry, ExprId val, uint32_t flags, const ILSourceLocation& loc)
2883{
2884 return AddExprWithLocation(LLIL_SET_REG_STACK_REL, loc, size, flags, regStack, entry, val);
2885}
2886
2887
2888ExprId LowLevelILFunction::RegisterStackPush(

Callers 1

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected