I think it's an error in the code. I recently added offset-testing to CICPlayer and it failed immediately, indicating there is something wrong with the offsets. I'm preparing a patch.
Edit: Patch is applied. Offsets are now correct.
PS: You don't need wprintf to print a wchar_t. %ls is the standarized version to print wstrings with printf-style formatting.
See [Only registered and activated users can see links. Click Here To Register...]
Edit: Patch is applied. Offsets are now correct.
PS: You don't need wprintf to print a wchar_t. %ls is the standarized version to print wstrings with printf-style formatting.
Code:
printf("%ls", wstr.c_str());