Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 249 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 249 Bytes

random Solution

Because rand() is called without seeding it will return the same "random" number on every execution:

gdb> break *(main+18)
gdb> run
gdb> print $rax
$1 = 1804289383

and 1804289383^0xdeadbeef is 3039230856.