Skip to content

Instantly share code, notes, and snippets.

View the-lne's full-sized avatar
💭
philoFOSSiphizing

the-lne

💭
philoFOSSiphizing
View GitHub Profile
@CMCDragonkai
CMCDragonkai / memory_layout.md
Last active June 12, 2024 07:37
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