symhash

command
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2026 License: MIT Imports: 7 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL