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

Method Pop

lowlevelilinstruction.cpp:2979–2982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2977
2978
2979ExprId LowLevelILFunction::Pop(size_t size, uint32_t flags, const ILSourceLocation& loc)
2980{
2981 return AddExprWithLocation(LLIL_POP, loc, size, flags);
2982}
2983
2984
2985ExprId LowLevelILFunction::Register(size_t size, uint32_t reg, const ILSourceLocation& loc)

Callers 4

PopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected