OSED
4 notes
Notes
- Links and useful items[https://lnkd.in/dk8GNceh](https://lnkd.in/dk8GNceh) ## Learn assembly ARM https://azeria-labs.com/writing-arm-assembly-part-1/ ## gdb basics https://azeria-l
- ROPThis article covers techniques for bypassing Data Execution Prevention (DEP) using Return Oriented Programming (ROP) on Win32 systems. It explains the underlyi
- OSED NotesCompiled study notes for Offensive Security's EXP-301 (OSED) course. Everything is organized for quick reference during lab work and exam prep — commands first, theory where it matters. --- ## x86 A
- WinAFL — Fuzzing Windows BinariesDeep-dive into WinAFL for fuzzing closed-source Windows programs. Covers DynamoRIO / Intel PT / Syzygy instrumentation, harness writing, target function selection, corpus and dictionary preparation, parallel fuzzing, and crash triage for exploit development.