We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96062d2 + 620031c commit 590ad18Copy full SHA for 590ad18
defcon-openctf-2015/runic/README.md
@@ -5,8 +5,8 @@ Below is the main function for Runic:
5

6
7
The following events happen:
8
- * read() of 0x40 bytes (64 bytes)
9
- * call() to the buffer that was just read into
+* read() of 0x40 bytes (64 bytes)
+* call() to the buffer that was just read into
10
11
We can send a max of 64 bytes of shellcode, which is immediately executed.
12
0 commit comments