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

Method RegisterStackPop

lowlevelilinstruction.cpp:3024–3027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3022
3023
3024ExprId LowLevelILFunction::RegisterStackPop(size_t size, uint32_t regStack, uint32_t flags, const ILSourceLocation& loc)
3025{
3026 return AddExprWithLocation(LLIL_REG_STACK_POP, loc, size, flags, regStack);
3027}
3028
3029
3030ExprId LowLevelILFunction::RegisterStackFreeReg(uint32_t reg, const ILSourceLocation& loc)

Callers 2

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected