Post: [Modern Warfare Remastered]Canonical Hash
11-04-2016, 04:28 AM #1
SC58
Former Staff
(adsbygoogle = window.adsbygoogle || []).push({});

You must login or register to view this content.


Hello Everyone!


Once again they have added back the Canonical Hash function like they did on Black Ops III, It's the same function just different value they use to hash string, I also heard they changed it every few updates on Black Ops III but i have not looked at the latest Black Ops III update yet but it maybe the same as this one but they will probably change it every few updates on this game aswell if that is the case.

Some stuff they hash
Dvars
Notify Strings (VM)
GSC functions
etc..


You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.
Last edited by SC58 ; 02-13-2017 at 02:13 AM.

The following 5 users say thank you to SC58 for this useful post:

/SneakerStreet/, ExceptionHell, seb5594, Shark, Tustin
11-04-2016, 12:30 PM #2
so good
11-04-2016, 01:13 PM #3
ExceptionHell
▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄ ▀▄
Thank you !!
Can you update your tool like we can Hash to String?
config_mp.cfg on PC is full hashed, example:

    seta 0x0B39835C "0.25"
seta 0xEB61EB9F "0.4"
seta 0x7D402425 "0.55"
seta 0x8775B545 "0"
seta 0x7608DFAE "3"
seta 0x53E3E4C4 "0"
seta 0x15EBBF66 "dm"
seta 0xFBD8CD14 "1"
seta 0xA1980EB2 "1"
seta 0x84FFD1A8 "-1"
seta 0x02CAFF45 "-1"
seta 0x17BC3C2A "-1"
seta 0x025AE174 "0"
seta 0x7405A323 "-1"
seta 0x30285DF9 "-1"
seta 0x75465F2A "7000"
seta 0x7026285C "1"
seta 0x60C7C2D8 "1"
seta 0xEFA046D9 "0"
seta 0x17F3577C ""
seta 0x0A4DB26C "25"
seta 0x8F2FDE26 "10"
seta 0x115CA9BD "10"
seta 0x6D49AF39 "5"
seta 0x148FCCBB "100"
seta 0xA13B0970 "80"
seta 0x3BC906A9 "1"
seta 0xC69214D7 "500"
seta 0x819A59B6 "18"


so, if you can Hash to String, we can know what dvar is used. thank you.
11-04-2016, 02:45 PM #4
SC58
Former Staff
Originally posted by ExceptionHell View Post
Thank you !!
Can you update your tool like we can Hash to String?
config_mp.cfg on PC is full hashed, example:

    seta 0x0B39835C "0.25"
seta 0xEB61EB9F "0.4"
seta 0x7D402425 "0.55"
seta 0x8775B545 "0"
seta 0x7608DFAE "3"
seta 0x53E3E4C4 "0"
seta 0x15EBBF66 "dm"
seta 0xFBD8CD14 "1"
seta 0xA1980EB2 "1"
seta 0x84FFD1A8 "-1"
seta 0x02CAFF45 "-1"
seta 0x17BC3C2A "-1"
seta 0x025AE174 "0"
seta 0x7405A323 "-1"
seta 0x30285DF9 "-1"
seta 0x75465F2A "7000"
seta 0x7026285C "1"
seta 0x60C7C2D8 "1"
seta 0xEFA046D9 "0"
seta 0x17F3577C ""
seta 0x0A4DB26C "25"
seta 0x8F2FDE26 "10"
seta 0x115CA9BD "10"
seta 0x6D49AF39 "5"
seta 0x148FCCBB "100"
seta 0xA13B0970 "80"
seta 0x3BC906A9 "1"
seta 0xC69214D7 "500"
seta 0x819A59B6 "18"


so, if you can Hash to String, we can know what dvar is used. thank you.


You must login or register to view this content.

use the dll and get this source and a dvar dump from any or all cods and there ya go
11-04-2016, 02:53 PM #5
ExceptionHell
▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄ ▀▄
Originally posted by SC58 View Post
You must login or register to view this content.

use the dll and get this source and a dvar dump from any or all cods and there ya go


everytime i start canon_dehash i have this error (dll not found but like you see, i have it..)
You must login or register to view this content.
11-04-2016, 03:32 PM #6
SC58
Former Staff
Originally posted by ExceptionHell View Post
everytime i start canon_dehash i have this error (dll not found but like you see, i have it..)
You must login or register to view this content.


change
    
[DllImport("canon.dll", CallingConvention = CallingConvention.Cdecl)]
public static extern uint HashCanonicalString(string fname);


to
    
[DllImport("MWRCanonical.dll", EntryPoint = "SL_GetCanonicalString", CallingConvention = CallingConvention.Cdecl)]
private static extern uint SL_GetCanonicalString(string text);


and use MWRCanonical.dll that is in the rar in download
01-03-2017, 07:28 PM #7
Originally posted by SC58 View Post


and use MWRCanonical.dll that is in the rar in download


Hi, MWRCanonical.dll it's not in the download :/
01-03-2017, 10:20 PM #8
SC58
Former Staff
Originally posted by 123 View Post
Hi, MWRCanonical.dll it's not in the download :/


it's in the .rar in the download lol

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo