You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Mellnik,
Not just yet, would have to change it to use 64bit pointer.
Other than that I would think it would work providing you compile it for that target.
This could be done with a typedef and ifdef for a pointer type to use.
Im happy for DWORD_PTR to be used in place of unsigned long. It was a mistake of me to use unsigned long I suppose. But I was only developing for 32bit at the time.
XXXXXXXX would probably need to be XXXXXXXXXXXXXXXX of course.
And this would need to be modified also. return (*(unsigned long*)&((unsigned char*)i)[length - strlen(s_offset) / 2])+offset;
No description provided.
The text was updated successfully, but these errors were encountered: