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

Method RegisterStackFreeReg

lowlevelilinstruction.cpp:3030–3033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3028
3029
3030ExprId LowLevelILFunction::RegisterStackFreeReg(uint32_t reg, const ILSourceLocation& loc)
3031{
3032 return AddExprWithLocation(LLIL_REG_STACK_FREE_REG, loc, 0, 0, reg);
3033}
3034
3035
3036ExprId LowLevelILFunction::RegisterStackFreeTopRelative(uint32_t regStack, ExprId entry, const ILSourceLocation& loc)

Callers 2

CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected