Application to display the contents of a file in hexadecimal format.
This is similar to the macOS/Linux bash command hexdump, but you can scroll up and down through the file, and change bytes. It is also coloured for easier spotting of values.
You can also load in a second file to compare with the first, displaying the differences. Another feature is that you can XOR every byte in the entire file with a single value.
The output of the hex dump can be output to a text file.
The original two versions were written, on Windows, as I did not have anything suitable at the time. However, both these versions were 'rough and ready'. This version is compiled on Lazarus for Windows, macOS and Linux.
If you want, you can support this project, and others, by buying me a coffee (or a tea/beer/rum/etc.): https://ko-fi.com/geraldholdsworth
Liability Disclaimer
While I, Gerald Holdsworth, make every effort to deliver high quality products, I do not guarantee that my software is free from defects. My software is provided "as is," and you use my software at your own risk.
I make no warranties as to performance, merchantability, fitness for a particular purpose, or any other warranties whether expressed or implied.
No oral or written communication from or information provided by myself, Gerald Holdsworth, shall create a warranty.
Under no circumstances shall I, Gerald Holdsworth, be liable for direct, indirect, special, incidental, or consequential damages resulting from the use, misuse, or inability to use this software, even if I have been advised of the possibility of such damages.
-
Notifications
You must be signed in to change notification settings - Fork 0
File hex dump and comparison
License
geraldholdsworth/FileDump
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
File hex dump and comparison