QHexView 5.1 Release (and a little bit of history)

Published: (February 8, 2026 at 12:12 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Background

Almost ten years ago I began writing a small widget to display binary data for one of my old projects (now dormant). Over time I isolated its code and moved it to a dedicated repository, hoping it would be useful to other developers.

Rewrite and New Release

The code became messy and time‑consuming to maintain, so in 2022 I decided to rewrite the widget from scratch. The new version, 5.1, features a completely rewritten renderer—the main reason for this release.

Features

  • Built‑in pattern matcher.
  • Completely customizable rendering: you can highlight bytes by their value and/or by offset range (even in real time thanks to delegates).
  • Clipboard support for various formats (visual copy, hex copy, etc.).
  • Ability to highlight patched bytes via the setTrackChanges() method.
  • Numerous minor improvements and bug fixes.

Repository

QHexView on GitHub – version 5.1.0.

0 views
Back to Blog

Related posts

Read more »

Offpunk 3.0

Article URL: https://ploum.net/2026-02-09-offpunk3.html Comments URL: https://news.ycombinator.com/item?id=46943752 Points: 3 Comments: 0...

DevLaunch

Overview I built a free modern SaaS landing page template using pure HTML, CSS & JS. Open source. - Repository: https://github.com/Haseeb-MernStack/devlaunch-m...