Skip to content

Zig binary hex viewer - compile-time safety, explicit errors

Notifications You must be signed in to change notification settings

bad-antics/nullsec-hexdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

NullSec HexDump

Binary Analysis & Hex Viewer

Zig License Discord

Binary hex viewer written in Zig demonstrating compile-time safety and explicit error handling.

Build

zig build-exe hexdump.zig -O ReleaseFast

Usage

./hexdump binary.exe
./hexdump -c 32 firmware.bin          # 32 bytes per line
./hexdump -s 0x100 -n 256 file.dat    # Skip 256, read 256
./hexdump --stats malware.bin         # Show statistics

Features

  • Color-coded byte classification
  • Configurable columns
  • Offset skipping
  • Length limiting
  • Statistics mode
  • ASCII representation

Community

About

Zig binary hex viewer - compile-time safety, explicit errors

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages