Author Topic: Windows 10: Which HEX Editor do you rcommend and why?  (Read 3524 times)

0 Members and 1 Guest are viewing this topic.

Offline BicuricoTopic starter

  • Super Contributor
  • ***
  • Posts: 1770
  • Country: pt
    • VMA's Satellite Blog
Windows 10: Which HEX Editor do you rcommend and why?
« on: February 04, 2021, 01:54:59 pm »
Hi,

I use Windows 10 (64 bits) and currently do my HEX edditing with Notepad++ using the HEX EDITOR plugin.

This has been ok so far, but I am starting to have more and more HEX edditing cases and Notepad++ is not so great for this:
- Has issues handling big files
- Does not do HEX compare of two files
- Crashes/Freezes when selecting bigger chunks of data
- ...

Ideally the HEX Editor should be:
- free
- allow to handle big files (at least up to 20 MByte)
- should feature good Search/Replace functionality (in HEX and String)
- should show data in 8, 16, 32 or 64 bytes per line (selectable)
- allow COPY&PASTE of bytes (even large chunks)
- file compare when two files are open
- allow multiple windows (Notepad++ sucks IMHO here, as you need to first save the file, before you can drag it to a separate window and then all settings are put to default, i.e. the current line)
- if you are working on a specific line (file position) and resize the window or similar, that line has to be kept as current selected line
- ...

Please do not discuss how great Linux is and what great HEX Editors are available for this operating system. I happen to work in Windows, because this is the operating system that runs the applications I earn my money with.

Thanks,
Vitor

Offline emece67

  • Frequent Contributor
  • **
  • !
  • Posts: 614
  • Country: 00
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #1 on: February 04, 2021, 02:17:26 pm »
.
« Last Edit: August 19, 2022, 04:14:25 pm by emece67 »
 

Offline enz

  • Regular Contributor
  • *
  • Posts: 134
  • Country: de
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #2 on: February 04, 2021, 02:19:11 pm »
I use HxD a lot https://mh-nexus.de/de/hxd/#features.

The website is only in german it seems.
But the program itself is available in many tranlations: https://mh-nexus.de/de/downloads.php?product=HxD20.
It's working stable and seems to have all features you are looking for.
 

Offline newbrain

  • Super Contributor
  • ***
  • Posts: 1768
  • Country: se
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #3 on: February 04, 2021, 02:47:23 pm »
If you are into VS Code, there's the Microsoft extension for Hex Editor, it's fine for my needs, but they are very limited.
- Yes
- Should be able to, V1.10 changelog states "Fixed a bug preventing files over 18MB from being opened"
- Yes
- Yes
- Yes
- Normal VS Code compare, so probably no native Hex compare.
- Normal VS Code windows/tabs handling.

The website is only in german it seems.
A bit inconspicuous, but there's a language switch menu top right of the page!
Nandemo wa shiranai wa yo, shitteru koto dake.
 

Online Peabody

  • Super Contributor
  • ***
  • Posts: 2141
  • Country: us
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #4 on: February 04, 2021, 03:29:01 pm »
+1 on HxD.   Recently discovered it will now import/export IntelHex.
 

Offline BicuricoTopic starter

  • Super Contributor
  • ***
  • Posts: 1770
  • Country: pt
    • VMA's Satellite Blog
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #5 on: February 04, 2021, 05:23:27 pm »
Just installed HxD. Looks very promising!

Thanks for the hint and that was exactly the purpose of me asking.

"The website is only in german it seems.": Fortunately I am fluent in German, but I think it is not too hard to find the installer. Plus, you can install HxD in any of many supported languages.

Regards,
Vitor

Offline enz

  • Regular Contributor
  • *
  • Posts: 134
  • Country: de
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #6 on: February 04, 2021, 05:28:39 pm »


The website is only in german it seems.
A bit inconspicuous, but there's a language switch menu top right of the page!

Haha, well spotted. I looked for something like this. But didn't see it ;-)
 

Offline JPortici

  • Super Contributor
  • ***
  • Posts: 3523
  • Country: it
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #7 on: February 04, 2021, 09:20:15 pm »
I use HxD as well.

Unfortunately notepad++ is shit.
I mean.. it's a great text editor and has a couple of very useful features but the two i need the most are just not working as i want them to. Code folding can be broken rather easily, the compare plugin is utter crap. I haven't found yet a better compare tool than Netbeans's diff.
 

Offline PlainName

  • Super Contributor
  • ***
  • Posts: 7211
  • Country: va
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #8 on: February 05, 2021, 12:17:22 am »
A good non-free choice might be 01 editor:

https://www.sweetscape.com/010editor/

Apart from the boring old hex edit, this knows about formats so will display what the hex data means as well as the actual values (they call this feature 'binary templates' if you wanna go looking).

Also does some cool statistics on whatever it is you're editing, and turns out to be a reasonable normal editor to boot.
 

Online rsjsouza

  • Super Contributor
  • ***
  • Posts: 6058
  • Country: us
  • Eternally curious
    • Vbe - vídeo blog eletrônico
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #9 on: February 05, 2021, 03:38:49 am »
I use HxD as well.

Unfortunately notepad++ is shit.
I mean.. it's a great text editor and has a couple of very useful features but the two i need the most are just not working as i want them to. Code folding can be broken rather easily, the compare plugin is utter crap. I haven't found yet a better compare tool than Netbeans's diff.
I like Notepad++, but I haven't used it for anything else that plain text editing and advanced search/replace.

For file comparison, I usually use Beyond Compare at work and it is exceptional. I have installed a version at home and I am still in their trial period (30 days of use, not calendar days). The great thing is that I can also integrate it with a simple keyboard shortcut on the dual panels of my file explorer of choice: Freecommander. It is payware, though, but I don't mind paying for quality software.

I will give HxD a try. I use Xvi32 for the occasional binary file viewing and editing.
Vbe - vídeo blog eletrônico http://videos.vbeletronico.com

Oh, the "whys" of the datasheets... The information is there not to be an axiomatic truth, but instead each speck of data must be slowly inhaled while carefully performing a deep search inside oneself to find the true metaphysical sense...
 

Offline TerraHertz

  • Super Contributor
  • ***
  • Posts: 3958
  • Country: au
  • Why shouldn't we question everything?
    • It's not really a Blog
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #10 on: February 05, 2021, 04:30:30 am »
Another nice simple freeware open-source hex editor:
  Hexplorer
  https://sourceforge.net/projects/hexplorer/
Collecting old scopes, logic analyzers, and unfinished projects. http://everist.org
 

Offline CJay

  • Super Contributor
  • ***
  • Posts: 4136
  • Country: gb
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #11 on: February 05, 2021, 07:29:19 am »
I've used quite a few different ones. but in recent years for Windows I'd definitely recommend HXD, very useful tool.

I'm still using the hexeditor in XTree Gold and/or my DOS based device programmer on occasion but that's way out of scope for this thread  :-DD

Notepad++ is excellent but it's not a hexeditor, I've found some of the plugins can be of 'variable' quality if we're to be kind.



 

Online Halcyon

  • Global Moderator
  • *****
  • Posts: 5923
  • Country: au
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #12 on: February 05, 2021, 10:10:34 am »
+1 HxD

It does what it says on the tin.
 

Online rsjsouza

  • Super Contributor
  • ***
  • Posts: 6058
  • Country: us
  • Eternally curious
    • Vbe - vídeo blog eletrônico
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #13 on: February 05, 2021, 02:00:32 pm »
I'm still using the hexeditor in XTree Gold and/or my DOS based device programmer on occasion but that's way out of scope for this thread  :-DD
The hex editor of XtreeGold was really great at the time. My dad and I had opposite opinions with regards to these file managers, and I was a big fan of PCTools and its PCShell. However, I ended up in the Xtree team after Central Point Software was acquired by Symantec and was crapified by them.

Sorry for the old people talk. Carry on with the hex viewer stuff...  ^-^
Vbe - vídeo blog eletrônico http://videos.vbeletronico.com

Oh, the "whys" of the datasheets... The information is there not to be an axiomatic truth, but instead each speck of data must be slowly inhaled while carefully performing a deep search inside oneself to find the true metaphysical sense...
 
The following users thanked this post: CJay

Online richnormand

  • Supporter
  • ****
  • Posts: 709
  • Country: ca
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #14 on: February 05, 2021, 07:44:56 pm »
HxD for years.
Just drag the file on it and it loads quickly.
Does everything I need without fuss.
Nice that you can change word length and all the functions mentioned.

In the old days Xtree and XtreeGold were my tools of choice. I still have the original floppies and diskettes.
« Last Edit: February 05, 2021, 07:47:28 pm by richnormand »
Repair, Renew, Reuse, Recycle, Rebuild, Reduce, Recover, Repurpose, Restore, Refurbish, Recondition, Renovate
 

Offline TerraHertz

  • Super Contributor
  • ***
  • Posts: 3958
  • Country: au
  • Why shouldn't we question everything?
    • It's not really a Blog
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #15 on: February 05, 2021, 10:40:32 pm »
I'm still using the hexeditor in XTree Gold and/or my DOS based device programmer on occasion but that's way out of scope for this thread  :-DD

XTree Gold had a hex editor? Huh, I used XTree all the time back in the day, and don't recall that. I still use XTreeWin a fair bit, and looking now can't find a Hex editor in that. Maybe because I have it set to use my preferred plain text editor  EditPad 3.4 (also very old.)
Collecting old scopes, logic analyzers, and unfinished projects. http://everist.org
 

Offline CJay

  • Super Contributor
  • ***
  • Posts: 4136
  • Country: gb
Re: Windows 10: Which HEX Editor do you rcommend and why?
« Reply #16 on: February 06, 2021, 08:57:05 am »
I'm still using the hexeditor in XTree Gold and/or my DOS based device programmer on occasion but that's way out of scope for this thread  :-DD

XTree Gold had a hex editor? Huh, I used XTree all the time back in the day, and don't recall that. I still use XTreeWin a fair bit, and looking now can't find a Hex editor in that. Maybe because I have it set to use my preferred plain text editor  EditPad 3.4 (also very old.)

Absolutely it did.

You could configure Hex View to allow editing via xtg_cfg.exe

Got the nostalgia and spun up a copy in DOSBOX:
« Last Edit: February 06, 2021, 09:21:48 am by CJay »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf