Skip to content

Instantly share code, notes, and snippets.

View nikalexey's full-sized avatar
🏠
Working from home

Alexey Nikiforov nikalexey

🏠
Working from home
View GitHub Profile
@nikalexey
nikalexey / memory_layout.md
Created May 11, 2018 06:30 — 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