Summary
This episode highlights ImHex, an open-source, cross-platform hex editor written in C++. Jason demonstrates the tool's extensive feature set, including file format recognition, data structure visualization, disassembly for multiple architectures, and various utilities like color pickers and LLVM demanglers. The GUI appears to use Dear ImGui, providing a modern interface with resizable, dockable windows and contextual visualization of binary data.
Related C++ Standard Sections
This episode covers topics found in these sections of the C++ standard:
-
[ifstream]40% match