Skip to content

Commit 1d5994d

Browse files
committed
yawa writeup
1 parent 2214b53 commit 1d5994d

File tree

3 files changed

+379
-4
lines changed

3 files changed

+379
-4
lines changed

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ nav:
1414
- Intercepted transmissions: ./transmissions/index.md
1515
- Vector overflow: ./vector/index.md
1616
- Decrypt then eval: ./decrypt_eval/index.md
17-
# - Yawa: ./yawa/index.md
17+
- Yawa: ./yawa/index.md
1818
# - DNAdecay: ./dna/index.md
1919
# - Sign in: ./sign_in/index.md
2020
# - sssshhhh: ./sssshhhh/index.md

solve/vector/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Full script to launch binary (or connect to CTF server if REMOTE param provided)
244244
remote_port = 30013
245245
io = remote(remote_server, remote_port)
246246
else:
247-
io = start(arguments)
247+
io = process([elfexe.path] + arguments)
248248

249249
paylod = flat( # build payload
250250
b'DUCTF\x00',

0 commit comments

Comments
 (0)