Skip to content

Releases: 0xfalafel/hextazy

0.7

19 Sep 20:03
Compare
Choose a tag to compare

Well, this was quite a big rewrite.

New features:

  • Insertion mode: use Ctrl+J or :insert to switch to the insertion mode.
  • All previous features like undo work correctly with the insertion mode.
  • New interface. You can switch to the old interface with the :hexyl command.

0.6 - memory

16 Aug 18:19
Compare
Choose a tag to compare
  • changes are done in memory, and only save at exit.
  • cursor readability has been improved

0.5 - seeker

22 Jul 12:08
Compare
Choose a tag to compare

A few new features:

  • search for both ascii and hexadecimal values
  • undo and redo with Ctrl+Z and Ctrl+Y

Also, the addresses are now only display until the last line, and not after.

0.4 - jumper

15 Jul 14:58
Compare
Choose a tag to compare

We are getting closer to what I imagine for 1.0.

New features:

  • Jump at any address by typing :
    • : to open the command bar
    • 0xadd : the address you want to go to
    • Enter
  • :q to exit
  • borders are now collapsing
  • separator is always displayed

0.3

06 Jul 17:49
Compare
Choose a tag to compare
0.3

Version presented at LeHack.

New features:

  • Shortcut like Ctr+C or Ctrl+Q to quit
  • Tab to switch between Hex and Ascii editor mode
  • Ctrl + Left or Ctrl+Right to skip bytes

Initial release

10 Jul 10:50
Compare
Choose a tag to compare
0.2

handle error when the argv[1] doesn't exist