🖥️ Hex viewer with a twist

@dd dd authored on 20 Apr 2018
docs LOTS of shit 6 years ago
src Fix #1 6 years ago
.gitignore e 6 years ago
.gitmodules no modules 6 years ago
LICENSE init 7 years ago
README.md See details 6 years ago
dscanner.ini utf16 string progress 7 years ago
dub.sdl init 7 years ago
README.md

ddhx, Interactive Hexadecimal File Viewer

Screenshot of ddhx

ddhx is meant as a replacement for my 0xdd tool as a "native, fast, simple" kind of thing.

Supported Platforms

Platform Progress
Windows XP Doesn't work
Windows Works!
macOS Unknown
Linux Works!
*BSD Unknown

Planned features

Basically a TODO list:

  • UTF-32 string searching
  • Dump to file
  • Scrollwheel support

Screenshots

ddhx with an ISO file showing information

Notes

Despite my addiction to betterC, this project is not shy on using D fully.

Style: Strongly ala C# -- 4 spaces, newline scopes, etc.