Skip to content

Commit db9c425

Browse files
author
Andrew Buss
committed
Trying syntax highlighting?
1 parent df91366 commit db9c425

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ 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
153154
import sys
154155
import os
155156
import time
@@ -248,3 +249,4 @@ We used a Python script to handle the assembly of the combined binary and the in
248249
sys.stdout.write(con.read_one(15))
249250

250251
test_live()
252+
```

0 commit comments

Comments
 (0)