Skip to content

Commit 590ad18

Browse files
committed
Merge branch 'master' of github.com:thebarbershopper/ctf-writeups
2 parents 96062d2 + 620031c commit 590ad18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defcon-openctf-2015/runic/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Below is the main function for Runic:
55
![Runic main](runic.png)
66

77
The following events happen:
8-
* read() of 0x40 bytes (64 bytes)
9-
* call() to the buffer that was just read into
8+
* read() of 0x40 bytes (64 bytes)
9+
* call() to the buffer that was just read into
1010

1111
We can send a max of 64 bytes of shellcode, which is immediately executed.
1212

0 commit comments

Comments
 (0)