Skip to content

Commit 2bd5792

Browse files
authored
Added a shitty Readme
1 parent 035a5a0 commit 2bd5792

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Binary-Exploitation
2+
3+
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.
4+
5+
It also contains commonly used(but easily forgotten) commands for stuff like linking, extracting shellcode from executables, extracting GOT addresses etc.
6+
7+
This is my goto place when working on CTF challenges.
8+
9+
Another file `read.md` contains some nice resources/research papers for reading.
10+
11+
PRs are welcome :smile:

0 commit comments

Comments
 (0)