<something used to be here... its gone now>
<something used to be here... its gone now>
Last edited by Master674; 10-15-2012 at 01:01 PM.
istream::seekg - C++ Reference - See the error flag descriptions
If you aren't getting any errors then you simply have the wrong offset. 0x401000 looks like it might be a memory offset, not a file offset.
<something used to be here... its gone now>
Last edited by Master674; 10-15-2012 at 01:01 PM.
Since you realized your mistake I'll just mention a little hint about IDAIn the bottom left corner of the view you have something similar to
"00000401 | 00401001" for the currently highlighted line.
The first number is the file offset and the 2nd is the corresponding memory offset.