This snippet is in a loop that dumps values from memory.
This is a little of my output:
The data is correct but can anyone tell me why there are leading f's on some of the output? Any comments would be appreciated.
PHP Code:
char &myposition=*(char*)offset;
printf("%x \n",myposition);
offset++;
PHP Code:
55 ffffff8b ffffffec ffffff83 ffffffec 18