Actually not sure if regression or if it always happened but notice the scanf when doing aaa / pdd in crackme0x00.exe (r2r/bins/pe/ioli) ``` scanf (0x404024); ``` Instead should be: ``` scanf ("%s", &s1); ```
Actually not sure if regression or if it always happened but notice the scanf when doing aaa / pdd in crackme0x00.exe (r2r/bins/pe/ioli)
Instead should be: