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 know it might be and obvious question, but I've decided to learn a little bit of low level programming. I began with c and the gdb. First problem: `(gdb) x/10xb $rip 0x4005a5 <main+4>: 0xb9 0x04 0x00 0x00 0x00 0xba 0x03 0x00 0x4005ad <main+12>: 0x00 0x00 (gdb) x/10xh $rip 0x4005a5 [...] read more