File Kit is a collection of file utilities for Windows and Linux to allow you to manipulate files at a binary level. File Kit is best suited for hacking saved game files and other apps.
This alpha release consists of the following utilities:
- File Compare: Compares two files together showing their hex values at a specified position.
- Binary String Finder: Finds all the occurrences of a binary string in a file
- Print ASCII: Reference ASCII code in decimal, char and hex values.
- Binary Byte Editor: edits a file in binary mode. One byte at a time.
- Binary File Viewer: Shows content of a file in hex values at a specified position
- File Shredder: Makes file unrecoverable. Even the CIA won't be able to restore it.
- File XOR: Encrypts and Decrypts a file using XOR Password. A simple solution to hide your SECRET FILES.