Skip to content

Instantly share code, notes, and snippets.

View jhspetersson's full-sized avatar
🐢

jhspetersson

🐢
  • Berlin, Germany
View GitHub Profile
@cellularmitosis
cellularmitosis / README.md
Last active July 9, 2024 06:30
Tech Links
@CMCDragonkai
CMCDragonkai / memory_layout.md
Last active July 11, 2024 23:29
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