Skip to content

Instantly share code, notes, and snippets.

@xiaotaoz
xiaotaoz / memory_layout.md
Created February 1, 2018 03:09 — 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