Skip to content

Instantly share code, notes, and snippets.

View Dark177y's full-sized avatar
🌴
On vacation

Dark177y

🌴
On vacation
View GitHub Profile
@Dark177y
Dark177y / resources.md
Created August 8, 2020 09:19 — forked from muff-in/resources.md
Assembly Language / Reversing / Malware Analysis -resources

Assembly Language / Reversing / Malware Analysis -resources

Twitter: Muffin

⭐Assembly Language

@Dark177y
Dark177y / WAHH_Task_Checklist.md
Created March 26, 2020 07:55 — forked from amotmot/WAHH_Task_Checklist.md
The Web Application Hacker's Handbook - Task Checklist - Github-Flavored Markdown
@Dark177y
Dark177y / memory_layout.md
Created January 9, 2019 09:01 — 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