Why does fgets fail when I use 0 as FILE* to read from stdin in rop chain?
I am making a rop chain to call fgets with stdin as input to be able to make a basic stackoverflow.
But my issue is that when I call fgets with 0 as third argument (for stdin) fgets crash at
<fgets+49> mov ecx, DWORD PTR [e… Continue reading Why does fgets fail when I use 0 as FILE* to read from stdin in rop chain?