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

Method RegisterStackPush

lowlevelilinstruction.cpp:2888–2892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2886
2887
2888ExprId LowLevelILFunction::RegisterStackPush(
2889 size_t size, uint32_t regStack, ExprId val, uint32_t flags, const ILSourceLocation& loc)
2890{
2891 return AddExprWithLocation(LLIL_REG_STACK_PUSH, loc, size, flags, regStack, val);
2892}
2893
2894
2895ExprId LowLevelILFunction::SetRegisterStackTopRelativeSSA(size_t size, uint32_t regStack, size_t destVersion,

Callers 2

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected