Skip to content

Instantly share code, notes, and snippets.

@ayaen
ayaen / memory_layout.md
Created March 28, 2023 10:07 — forked from CMCDragonkai/memory_layout.md
Linux: Understanding the Memory Layout of Linux Executables

Understanding the Memory Layout of Linux Executables

Required tools for playing around with memory:

  • hexdump
  • objdump
  • readelf
  • xxd
  • gcore