{"id":19675679,"url":"https://github.com/notnite/crcracker","last_synced_at":"2025-07-26T21:13:33.333Z","repository":{"id":149992869,"uuid":"622647412","full_name":"NotNite/crcracker","owner":"NotNite","description":"obliterate xiv shader hashes","archived":false,"fork":false,"pushed_at":"2023-04-05T19:48:11.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T04:23:53.004Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NotNite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-02T18:11:06.000Z","updated_at":"2023-04-02T20:30:02.000Z","dependencies_parsed_at":"2023-04-11T11:59:04.630Z","dependency_job_id":null,"html_url":"https://github.com/NotNite/crcracker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2Fcrcracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2Fcrcracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2Fcrcracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2Fcrcracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotNite","download_url":"https://codeload.github.com/NotNite/crcracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240985444,"owners_count":19889087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T17:25:31.638Z","updated_at":"2025-02-27T05:41:18.884Z","avatar_url":"https://github.com/NotNite.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crcracker\n\nobliterate xiv shader hashes. shoutouts ny and winter\n\n---\n\nXIV shaders store hashed names, usually in the format of `g_{word one}{word two}`. this takes a word list and cracks those hashes, assuming that format.\n\nit's speedy, because\n\n- it's in :rocket: :crab: rust :crab: :rocket:\n- it's multi-threaded :twisted_rightwards_arrows: (albeit poorly)\n- it uses CRC Combination :sparkles:\n- it uses some kind of meet-in-the-middle attack :comet:\n\n## usage\n\nmake a word list text file, containing single words seperated by a newline (such as `Emissive`, `Color`, etc). make sure the names are capitalized properly (pascal case), or it won't work - see `pascalify.js` for a script to do that for you.\n\nthen make a hash list file, containing hashes seperated a newline (such as `38A64362`). you can use any case sensitivity or precede with `0x`.\n\nthen, Just Run It:\n\n```shell\ncargo run --release -- --word-list=words.txt --hash-list=hashes.txt --prefix \"g_\" --threads 8\n```\n\nby default, hashes will be printed both immediately when found and when all possible values have been found. see the `--print-when-found` argument below if you only want to see the results when it's finished.\n\n## arguments\n\n- `-W, --word-list`: path to word list file\n- `-H, --hash-list`: path to hash list file\n- `-t, --threads`: number of threads to use (default: 1, *incredibly* slow)\n- `-p, --prefix`: prefix to use for hashing (optional)\n- `-P, --prefix-hash`: hash of an unknown prefix to use for partial attacks (optional)\n- `-s, --separator`: separator to use between words for hashing (optional)\n- `-x, --suffix`: suffix to use for hashing (optional)\n- `--print-when-found`: whether to print immediately when a hash is found (default: true)\n\n## collisions\n\ncrc32 is *complete dogshit* and you will find a bunch of collisions. i'm using [the scrabble dictionary](https://raw.githubusercontent.com/raun/Scrabble/master/words.txt) for testing and it fucking thought `g_EmissiveColor` was `g_PestoSanguine`. make sure to clean up your dict\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotnite%2Fcrcracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotnite%2Fcrcracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotnite%2Fcrcracker/lists"}