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

Method Push

lowlevelilinstruction.cpp:2973–2976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2971
2972
2973ExprId LowLevelILFunction::Push(size_t size, ExprId val, uint32_t flags, const ILSourceLocation& loc)
2974{
2975 return AddExprWithLocation(LLIL_PUSH, loc, size, flags, val);
2976}
2977
2978
2979ExprId LowLevelILFunction::Pop(size_t size, uint32_t flags, const ILSourceLocation& loc)

Callers 4

PushFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected