Skip to content

Instantly share code, notes, and snippets.

View MarcioJales's full-sized avatar

Márcio Jales MarcioJales

View GitHub Profile
@CMCDragonkai
CMCDragonkai / memory_layout.md
Last active April 28, 2024 18:50
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