Daniel Roberson
  • Posts
  • About
  • Notes
  • Projects
  • Time
  • Posts
    About
    Notes
    Projects
    Time

stack

0001-01-01

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

Recent Posts

Linux Persistence: Modular Software

2025-04-17 DFIR CTF persistence linux persistence apache asterisk

Linux Persistence: Web Shells

2025-04-16 DFIR persistence webshell linux persistence webshell apache nginx PHP

Linux Persistence: Rootkits

2025-04-15 DFIR persistence rootkit LKM linux persistence LKM rootkit LD_PRELOAD kprobe ftrace ld.so hooking

Linux Persistence: Processes

2025-04-11 DFIR persistence processes linux persistence processes

Defanging Linux LKM Rootkits With cleanup_module()

2025-04-05 Linux LKM rootkits EDR hooks incident response Linux LKM rootkit


Home

About

Notes

Projects

Time

© All rights reserved. Powered by Hugo and Erblog.