Skip to content

HexMe 3.0

Latest
Compare
Choose a tag to compare
@MatthijsReyers MatthijsReyers released this 31 Mar 21:41
· 9 commits to master since this release

The HexMe 3.0 update has finally made HexMe a full on hex editor by introducing a command line which allows the user to manipulate the opened file using several different commands. Although the rest of the interface remains much the same, under the hood the majority of the code has actually been overhauled to remove some bugs and make the whole code base easier to maintain and expand upon.
Lastly, there is now also a 32 bit version available for the Intel i386 architecture.

How to install:

  • download .tar archive
  • unpack .tar archive
  • give execution permissions to the install file: chmod +x install.sh
  • run install.sh as root: sudo ./install.sh