Skip to content

Instantly share code, notes, and snippets.

@staltz
staltz / introrx.md
Last active April 12, 2025 15:52
The introduction to Reactive Programming you've been missing
@CMCDragonkai
CMCDragonkai / memory_layout.md
Last active April 7, 2025 13:55
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