Skip to content

Instantly share code, notes, and snippets.

@bdss58
bdss58 / memory_layout.md
Created September 2, 2018 08:56 — 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