Skip to content

Instantly share code, notes, and snippets.

View cthumuluru's full-sized avatar

Chandrasekhar Thumuluru cthumuluru

  • Google
  • Sunnyvale, California
View GitHub Profile
@cthumuluru
cthumuluru / memory_layout.md
Created January 16, 2022 01:03 — 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