hexedit icon indicating copy to clipboard operation
hexedit copied to clipboard

View and edit files in hexadecimal or in ASCII

Results 36 hexedit issues
Sort by recently updated
recently updated
newest added

The LSM format is a very old format for software, and it is dead for many years already. Commit 1f2ce9fce665cb967e56f08b5ca336def6379caf already removed the Makefile rules for it; drop the file...

I needed to view my hard drive with hexedit. To modify the disk, I would need to intentionally/unintentionally make changes and then intentionally/unintentionally press F2 or Ctrl+W to save. Although...

Hi, Just wanted to let you know that typing / on a Swiss keyboard will bring up the save dialogue. I imagine this isn't intended behaviour. Thanks for making this...

With 1.5 and current master I see in Gentoo: ``` In file included from display.c:17: display.c: In function ‘display’: display.c:179:13: warning: format ‘%lX’ expects argument of type ‘long unsigned int’,...

This PR depends of #54. This PR will add uninstall target and improve the CI tests: - Enable uninstall test - Consequently, allow the CI test to build twice -...

This adds the ability to set notes for certain bytes, and to mark bytes or ranges of bytes with custom colours. This is particularly useful when trying to understand a...

Added selection begin, end and size in status line. Added char '>' at end of status line when the file name doesn't fit. Moved file name at end of status...

Now writes before of filename, file position and file size at status line because if filename is long, user cannot view file position and file size fix clean filename at...

Just mark differences between two files...

Is hexedit able to diff two large files? If yes how? I searched both the documentation & `--help`. But found no answer. By "diff" I mean compare two large files....