Documentation
¶
Overview ¶
Command symhash computes and looks up EVR symbol hashes.
Two algorithms are supported:
symbol (default): CSymbol64Hash — case-insensitive CRC64 variant used for asset IDs, replicated variable names, and general symbol hashing.
sns: SNSMessageHash — two-stage pipeline for SNS protocol message type IDs. Strips leading 'S' prefix before hashing, as confirmed from echovr.exe.
Usage:
symhash arena # hash one string (symbol algo) symhash -algo sns SNSLobbySmiteEntrant # hash using SNS algo symhash -reverse 0xbeac1969cb7b8861 # look up hash in built-in wordlist symhash -wordlist names.txt 0x... # look up hash with custom wordlist cat names.txt | symhash - # hash stdin lines
Click to show internal directories.
Click to hide internal directories.