HexEditIX, part 1

I use hex editors a lot. In particular, I use XVI32 a lot. While it's a very nice hex editor, I feel that some extra functionality in many areas would be very nice. For example:

  • Ability to open 'massive' (i.e. between 4 and 100 GB) files (XVI32 is limited to 2GB)
  • Faster loading of 'large' (i.e. between 100 MB and 4 GB) files
  • Plugin system to extend the editor in various parts
  • 'Data transformation' system to facilitate data [de]compression and [de|en]cryption within the editor
  • 'Structure analysis' system to facilitate viewing the structure of a known formats (e.g. Relic Chunky files) - extended to new formats using the plugin system
  • More options for the data inspector (i.e. "byte: 0xf4, x86 instruction: hlt") - again, extended via aforementioned plugins
  • More built-in checksums (XVI32 only calculates CRC16 and CRC32)
  • 'Data visualisation' system to facilitate viewing plaintext or image data in a suitable manner

As such, I'm writing my own hex editor, HexEditIX, the first development screenshot of which is shown below. (of course, it's not much of an editor yet, but that's software development for you - you have to start somewhere)

Comments

Hex Editor

I know you're probably sick of questions like this, but how are you doing with your own hex editor in terms of progress? I didn't know if I could reach you on Relicnews (you're not at openly active there as you once were) so I figured the most direct way would be on here.

I'm just wondering if you're still investing time into this or you've got bigger and more important things to be concentrating on at the moment.

- Sean

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <span>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <brainfuck>, <c>, <cpp>, <haskell>, <lua>, <php>.

More information about formatting options