Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 588 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 588 Bytes

Build Status

fire-crc-reverser

A utility to find out all the possible inputs to generate a specific crc hex value with brute force

Fire.Crc32Reverser
usage: Fire.Crc32Reverser.exe crcHex [validChars]
 crcHex     : crc value in hex (e.g. 7C1FD48A or 0x7C1FD48A)
 validChars : character allowed (e.g. 1234567890ABCabc-[]+=) (default: a-zA-Z0-9)