This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I am working through the book 'Hacking: The Art of Exploitation' by Jon Erickson. In one part of the book he gives C code and then walks through the corresponding assembly using gdb, explaining the instructions and memory activity. I am working along in Mac OS X, so things are [...] read more