We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056c98d commit f6fb234Copy full SHA for f6fb234
ekoparty-pre-ctf-2015/pwn/login/README.md
@@ -111,7 +111,7 @@ gdb-peda$ x/20wx $rbp-0xa8
111
0x7fffffffe3a8: 0xffffe508 0x00007fff 0xf7a251a8 0x00007fff
112
```
113
114
-We see that our username size begins at `$rbp-0xd0` (`0x7fffffffe340`), followed by the username at `$rbp-0xcc` (`0x7fffffffe340`).
+We see that our username size begins at `$rbp-0xd0` (`0x7fffffffe340`), followed by the username at `$rbp-0xcc` (`0x7fffffffe344`).
115
Right after that, we see our password size at `$rbp-0xbc` (`0x7fffffffe354`), followed by the password at `$rbp-0xb8` (`0x7fffffffe358`).
116
Finally, we see the `showflag` value at `$rbp-0xa8` (`0x7fffffffe368`).
117
0 commit comments