Skip to content

Instantly share code, notes, and snippets.

View turecarlson's full-sized avatar

Ture Carlson turecarlson

  • Massachusetts
  • 13:14 (UTC -04:00)
View GitHub Profile
@bradtraversy
bradtraversy / vscode_shortcuts.md
Last active May 12, 2024 02:46
Helpful shortcuts for VSCode

VSCode Shortcuts

List of helpful shortcuts for faster coding

If you have any other helpful shortcuts, feel free to add in the comments of this gist :)

Official List of all commands

@CMCDragonkai
CMCDragonkai / memory_layout.md
Last active May 9, 2024 14:12
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