Skip to content

dkrutsko/Rehash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rehash

This application changes the hash of any executable without affecting its functionality. It does this by appending a block of sixteen bytes to the end of the file. The first byte of the block is always zero, followed by eight randomized bytes and finishing off with seven zero bytes. Files must end with ".exe" in order to be processed. Multiple file support is included.

Input

$ Rehash [Filename1] [...]

Output

  • 0 - No errors occurred
  • 1 - No filename was passed
  • 2 - File is not compatible
  • 3 - File could not be opened

Author

About

Changes the hash of an executable file

Resources

License

Stars

Watchers

Forks

Packages

No packages published