Skip to content

Commit 9d04a94

Browse files
authored
Update README.md
1 parent 170277d commit 9d04a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RealWorldCTF-2018/P90_Rush_B/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ At first, we tried to just add a lot of `A`s and hope for EIP control, but then
201201

202202
So we decided to overwrite everything but the return-address with zeroes, this way we don't crash due to writing/reading from an invalid address!
203203

204-
Even overflowing with the zeroes was not enough, and we still crashed :( ...
204+
It turns out that even overflowing with the zeroes was not enough, and we still crashed :( ...
205205

206206
This time, we noticed that after the `Get()` function is overflowing, even if we overwrite data with zeroes, we will crash because this functionality is inside a loop that iterates through all the files in a ZIP folder.
207207

0 commit comments

Comments
 (0)