Share
## https://sploitus.com/exploit?id=10F6D58E-81AC-50BE-8209-7BEE425A38E8
# Binary Exploitation Writeups
A collection of pwn challenges covering core binary exploitation techniques.
| Challenge | Technique |
|---|---|
| ret2win | Stack overflow โ return address overwrite |
| ret2win-with-parameters (32-bit) | 32-bit calling convention โ stack arguments |
| ret2win-with-parameters (64-bit) | 64-bit calling convention โ ROP gadgets |
| injecting-shellcode | Shellcode injection โ executable stack |
| return-to-libc (32-bit) | NX bypass โ ret2libc |
| return-to-libc (64-bit) | NX bypass โ 64-bit ret2libc + stack alignment |
| format-string-vulns | Format string read โ stack leak |
| leak-pie-ret2libc | PIE leak + GOT leak + ret2libc โ full chain |