In software development, a stack is a date type that serves as a collection of elements arranged in a “stack” (think of a stack of dinner plates).
The two primary operations for stacks are:
- push: add a plate to the top of the stack.
- pop: remove a plate from the top of the stack.
Stacks are a LIFO (Last In, First Out) data structure.
Links to this note
- armouringtheelf-grugq_scut2001
- designandimplementationofuserlandexec-grugq2004
- kernelinstrumentationusingkprobes-elfmaster2010
- LIFO
- Linux Persistence: Processes
- /proc/PID/maps
- /proc/PID/stack
- auditinglinuxprocessesdeepdive-boelen2025
- malware development essentials-sektor7
- cunleashed-heathfield2000
- learninglinuxbinaryanalysis-oneill2016
- stack pointer