FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bad-antics/nullsec-hexdump: Zig binary hex viewer - compile-time safety, explicit errors · GitHub

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

NullSec HexDump

Binary Analysis & Hex Viewer

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL