Crc32
CRC32 tools: reverse, undo/rewind, and calculate hashes
Install / Use
/learn @theonlypwner/Crc32README
CRC32 Tools
License
This project is licensed under the GPL v3 license.
Usage
Run the command line to see usage instructions:
$ crc32.py -h
usage: crc32.py [-h] action ...
Reverse, undo, and calculate CRC32 checksums
positional arguments:
action
poly (p) print the polynomial, useful for converting between forms
table (t) generate a lookup table for a polynomial
reverse (r)
find a patch that causes the CRC32 checksum to become a desired value
undo (u) rewind a CRC32 checksum
calc (c) calculate the CRC32 checksum
combine combine CRC32 checksums
options:
-h, --help show this help message and exit
References
- Calculating Reverse CRC http://www.danielvik.com/2010/10/calculating-reverse-crc.html
- Finding Reverse CRC Patch with Readable Characters http://www.danielvik.com/2012/01/finding-reverse-crc-patch-with-readable.html
- Rewinding CRC - Calculating CRC backwards http://www.danielvik.com/2013/07/rewinding-crc-calculating-crc-backwards.html
Related Skills
node-connect
339.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.8kCommit, push, and open a PR
