April 04, 2018

Root me write-up : ELF x86 - Stack buffer overflow basic 1

To comply with the write-up rule of root-me.org, in this write-up, I just talk about some hints related this challenge. Here is no solution and correct answer.


source code of Stack buffer overflow basic 1

The function "fgets" receives 45 bytes input.

The size of array "buf" is 40 bytes.