File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929MovementUnlocker g_MovementUnlocker;
3030
3131#ifdef _WIN32
32- const unsigned char *pPatchSignature = (unsigned char *)" \x0F\x86\xB0 \x2A\x2A\x2A\xF3\ x0F\x58\xD3 " ;
33- const char *pPatchPattern = " xxx???xxxx " ;
32+ const unsigned char *pPatchSignature = (unsigned char *)" \x0F\x86\xAF \x2A\x2A\x2A\x0F\x57\xC0\ x0F\x2E\xC2 " ;
33+ const char *pPatchPattern = " xxx???xxxxxx " ;
3434int PatchLen = 6 ;
3535#elif __linux__
36- const unsigned char * pPatchSignature = (unsigned char *)" \x0F\x87\x2A\x2A\x2A\x2A\xF3\x0F\x10\x35 \x2A\x2A\x2A\x2A\xF3\x0F\x11\xB5 \x2A\x2A\x2A\x2A\x4C \x89\xEE " ;
36+ const unsigned char * pPatchSignature = (unsigned char *)" \x0F\x87\x2A\x2A\x2A\x2A\xF3\x0F\x10\x3D \x2A\x2A\x2A\x2A\xF3\x0F\x11\xBD \x2A\x2A\x2A\x2A\x48 \x89\xDE " ;
3737const char * pPatchPattern = " xx????xxxx????xxxx????xxx" ;
3838int PatchLen = 6 ;
3939#endif
@@ -154,7 +154,7 @@ const char *MovementUnlocker::GetLicense()
154154
155155const char *MovementUnlocker::GetVersion ()
156156{
157- return " 1.9 " ;
157+ return " 1.10 " ;
158158}
159159
160160const char *MovementUnlocker::GetDate ()
You can’t perform that action at this time.
0 commit comments