On Linux I use Ghex, but it is pretty meh.
Hex editor recommendations? What are you guys and gals using, pros and cons etc.
Have you tried Bless or Okteta?No, I have not. I installed both. Bless looks no better than Ghex. But Okteta looks interesting. I'll need to use it more for real tasks and see now it goes.
xxd + neovim or (doom) emacs :-+
The cool kids are using ImHex these days
The cool kids are using ImHex these daysTried AppImage version. It is sluggish as hell. It might be a fine tool for reverse engineering with all the advanced features, but as a simple hex editor it us not good at all.
const auto targetFps = ImHexApi::System::getTargetFPS();
if (targetFps <= 200)
std::this_thread::sleep_for(std::chrono::milliseconds(u64((this->m_lastFrameTime + 1 / targetFps - glfwGetTime()) * 1000)));
Yes, immediate mode GUIs are all the rage these days.
So basically it sucks your battery dry for nothing in return? :palm:Presumed ease of programming , I guess. I'm not sold at all on that. But at the same time, most of the time it sleeps anyway, so the practical battery impact is minimal. But if more applications go that way, it might be an issue.
HxD can be used for most things we need a hex-editor. No fancy stuff, just what we look for in a very simple GUI.