Hex editors are a seriously undervalued learning tool. As a kid, I loved opening up the game files of stuff I was playing and see what I could tweak.<p>I’m not sure this particular editor could replace HxD for me - I’m not seeing process memory editing in its list of features. I’m glad to see the space is still getting love though.
Thanks a lot for the love!
If you have any feature requests, face any problems or have any questions, please open an issue on my GitHub page and I'll make sure to look into it as soon as possible. There's also a Discord server linked at the top of the Readme
I used it for some work recently. First it's a bit sluggish, may be it's the way UI is built. Secondly, earching in the binary is very basic atm. <a href="https://hexed.it" rel="nofollow">https://hexed.it</a> can search for a given value in lot more ways and also has some other features.<p>Defining data format as code is a very nice feature though.
Oh, looks neat. I've been looking for a cross-platform hex editor for simple editing (wxmedit kind of sucks on macos and had issues for a while now).<p>This seems to have some very powerful features, but sadly doesn't support trivial editing stuff. Like when you have a simple text file and need to do some light unicode or other encoding fixups.<p>Like "delete/remove selection" or "type in ascii replacements for these bytes one after the other".<p>But I mean it's open source, so if I somehow find the time I might add those.
This is a potential modern replacement for the 010 editor[1], which is kind of the standard hex editor for reverse engineering.<p>010 is great but also a bit dated[2] and clunky. I thought numerous times that a modern rewrite could be a nice project to work on. I'm happy that others tackled it! Kudos to the team.<p>One super cool feature would be if ImHex could read the 010 templates, but I'm not sure if that is legally OK. I'm not even sure if it would be morally OK, because I guess just as much work has gone into them as into the actual editor.<p>[1] <a href="https://www.sweetscape.com/" rel="nofollow">https://www.sweetscape.com/</a><p>[2] It is actively maintained but looks old tech.
Nice. The one simple, but incredibly useful feature I personally can't live without in hex editors is wildcard search like the one in 010 Editor. For instance, being able to search CB ?? FF and showing all matches
I wish they used Rizin[1] as a library to get the advantage of using mature analysis in addition to the simple disassembly, more architectures and formats, debugging, and decompilation plugins.<p>[1] <a href="https://github.com/rizinorg/rizin" rel="nofollow">https://github.com/rizinorg/rizin</a>
Do all ImGui apps have text rendering this bad? I'm having trouble smoothly reading... any of the text, at least on Mac. It has a settings box, which allows you to change font size (but appears to do nothing), and a scaling option which ... just seems to make the artifacts bigger.<p>Switching to dark mode (by default it matched the system) made it slightly better just by virtue of having more contrast (and all the setting boxes actually have different coloured backgrounds that means you can tell where one ends and the other begins).<p>It would be nice to find a good replacement for 010.
On Arch Linux KDE X11 with 100% display scaling and 120 font DPI, whenever I pop the hex editor view out of the main window, it's missing a title bar by default, until I resize the popped-out view to around 2000 pixels tall.
This might have been a daily driver if whatever UI library being used wasn't so quirky and unfriendly. Oh well. Looks "leet" or whatever, which is obviously more important.
From Github:<p>> 16K stars, 755 forks, 52 open, 354 closed issues<p>From the linked Patreon page:<p>> 7 patrons, CA$36/month<p>> Next goal: CA$76.88 per month - I can pay all my monthly bills<p>This is why the open-source software is sad. The author will keep burning through his youthful energy in return for some words of appreciation (but much more issues and demands), and will at best quietly give up at some moment, or at worst freak out and have his colors/faker moment [0].<p>At the same time, products like this create the expectations that some types of software should be free (i.e. subsidized by the author's willingness to not have a life) and make it 10x harder for people like the author to turn their work into a revenue-generating business.<p>That said, if you have 16K stars on Github, you absolutely do have enough userbase to sell a paid premium edition and eventually grow it into your main job.<p>[0] <a href="https://news.ycombinator.com/item?id=29863672" rel="nofollow">https://news.ycombinator.com/item?id=29863672</a>