Skip to content

Commit 717a36d

Browse files
author
Andrew Buss
committed
Removed syntax highlighting attempt
1 parent db9c425 commit 717a36d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: _posts/2014-05-18-defcon-ctf-2014-writeups.md

-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ Our PPC shellcode is below. We had to hardcode the address of the BSS section of
150150

151151
We used a Python script to handle the assembly of the combined binary and the interaction with the server. `shellcode-ppc` was compiled manually on a different machine and moved over before each run. This is the script we used:
152152

153-
```python
154153
import sys
155154
import os
156155
import time
@@ -249,4 +248,3 @@ We used a Python script to handle the assembly of the combined binary and the in
249248
sys.stdout.write(con.read_one(15))
250249

251250
test_live()
252-
```

0 commit comments

Comments
 (0)