Skip to content

Commit 3cb32f4

Browse files
committed
corrected path
1 parent dba5d47 commit 3cb32f4

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

dctf-2021/readme/writeup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ void vuln(void)
2727
}
2828
```
2929
30-
After severl attemps found the flag located at around "%7$lx" to "%11$lx", so made up the payload as following.
30+
After severl attemps found the flag located at around "%7$lx" to "%11$lx", so made up the payload as follow.
3131
3232
```python
3333
payload = ''

0 commit comments

Comments
 (0)