Guys, its very easy!
The password is the first argument of the command line
Ex: ./adventure hello // PASSWORD == ./adventure
if /home/user/adventure // PASSWORD == /home/user/adventure |
==> |
Just set the breakpoint before taking the input password. examine the value of generated password by command x/s $rbp-0x50 and continue the program and enter the password stored in $rbp-0x50 |
==> |