Skip to content

aynh/modify-crc32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modify-crc32

Modify CRC32 hash of a file.

GUI CLI

CLI Usage

Usage: modify-crc32 <filename> <new_crc32> [-x]

Modify CRC32 of a file

Positional Arguments:
  filename          the file to modify
  new_crc32         the CRC32 hash to modify to

Options:
  -x, --execute     don't prompt when patching the file
  --help            display usage information