awesome-wow-rust icon indicating copy to clipboard operation
awesome-wow-rust copied to clipboard

Library for calculating login hash

Open gtker opened this issue 3 years ago • 0 comments

https://wowdev.wiki/CMD_AUTH_LOGON_PROOF_Client#Packet_Layout crc_hash field is calculated through the https://wowdev.wiki/CMD_AUTH_LOGON_CHALLENGE_Server#Packet_Layout crc_salt and various file in the game directory. While this is no no way used for anything other than acting as a client, it could be useful to have as a library.

vmangos has a C++ version.

gtker avatar Nov 02 '22 17:11 gtker