We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2214b53 commit 1d5994dCopy full SHA for 1d5994d
mkdocs.yml
@@ -14,7 +14,7 @@ nav:
14
- Intercepted transmissions: ./transmissions/index.md
15
- Vector overflow: ./vector/index.md
16
- Decrypt then eval: ./decrypt_eval/index.md
17
-# - Yawa: ./yawa/index.md
+ - Yawa: ./yawa/index.md
18
# - DNAdecay: ./dna/index.md
19
# - Sign in: ./sign_in/index.md
20
# - sssshhhh: ./sssshhhh/index.md
solve/vector/index.md
@@ -244,7 +244,7 @@ Full script to launch binary (or connect to CTF server if REMOTE param provided)
244
remote_port = 30013
245
io = remote(remote_server, remote_port)
246
else:
247
- io = start(arguments)
+ io = process([elfexe.path] + arguments)
248
249
paylod = flat( # build payload
250
b'DUCTF\x00',
0 commit comments