Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 584 Bytes

binary-exploitation-readme.md

File metadata and controls

11 lines (6 loc) · 584 Bytes

Binary-Exploitation

This repo contains details about the working of binaries and techniques of binary exploitation I come across while doing CTFs or studying in general. This includes stuff like x87 instruction, shellshock attack pattern, common code bugs etc.

It also contains commonly used(but easily forgotten) commands for stuff like linking, extracting shellcode from executables, extracting GOT addresses etc.

This is my goto place when working on CTF challenges.

Another file read.md contains some nice resources/research papers for reading.

PRs are welcome 😄