diff --git a/modules/07-bof_static/dcquals16_feedme/readme.md b/modules/07-bof_static/dcquals16_feedme/readme.md index ffadb1c..5755d5f 100644 --- a/modules/07-bof_static/dcquals16_feedme/readme.md +++ b/modules/07-bof_static/dcquals16_feedme/readme.md @@ -217,7 +217,7 @@ gef➤ p $al $1 = 0x37 ``` -For the `getInt` function, we see that we passed it the string `75395128`, and it returned to us `0x39` (which corresponds to the ascii character `7`): +For the `getInt` function, we see that we passed it the string `75395128`, and it returned to us `0x37` (which corresponds to the ascii character `7`): ``` gef➤ c @@ -1111,4 +1111,4 @@ $ ls core exploit.py feedme readme.md ``` -Just like that, we popped a shell! \ No newline at end of file +Just like that, we popped a shell!