Skip to content

Instantly share code, notes, and snippets.

View reloadedd's full-sized avatar
💭
Stackin' up

ʀᴇʟᴏᴀᴅᴇᴅᴅ ⌞⌯⌝ reloadedd

💭
Stackin' up
View GitHub Profile
@mattifestation
mattifestation / WorldWritableDirs.txt
Created November 21, 2021 18:44
World-writable directories in %windir%
c:\windows\system32\microsoft\crypto\rsa\machinekeys
c:\windows\system32\tasks_migrated\microsoft\windows\pla\system
c:\windows\syswow64\tasks\microsoft\windows\pla\system
c:\windows\debug\wia
c:\windows\system32\tasks
c:\windows\syswow64\tasks
c:\windows\tasks
c:\windows\registration\crmlog
c:\windows\system32\com\dmp
c:\windows\system32\fxstmp
@CMCDragonkai
CMCDragonkai / memory_layout.md
Last active November 11, 2025 08:18
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