Back to browse
GitHub Repository

BInary Inspector

1 starsZig

Biber – ELF and PE binary inspector written in Zig

by hrasity·Jun 9, 2026·1 point·1 comment

AI Analysis

●●SolidCozyNiche Gem

Zig-based binary inspector that avoids heavy RE frameworks like Ghidra or IDA.

Strengths
  • Zig implementation provides memory safety without GC for low-level binary work
  • Supports both ELF32/64 and PE32/PE32+ with comprehensive header parsing
  • Built-in disassembler and hex viewer eliminate external tool dependencies
Weaknesses
  • Binary inspection is solved category with readelf, objdump, PE-bear alternatives
  • Very early stage with 1 star, 0 forks — unproven in production use
Target Audience

Systems programmers, reverse engineers, kernel developers

Similar To

readelf · objdump · PE-bear

Similar Projects

Developer Tools●●●Banger

Xr – Ripgrep for Binary Xrefs

Extracts 206 million cross-references from dyld cache in 6 seconds, outperforming Ghidra on speed.

WizardryNiche Gem
babush
402mo ago
AI/MLMid

A header-only C++ benchmark for predictive models on raw binary streams

This is a compact, dependency-free TestBed<MyModel> harness that forces models to predict next-step bitset inputs with deterministic seeds — clever for reproducible, low-level experimentation. Execution is pragmatic (header-only, quick compile, clear API), but there's no showcased model that actually passes the tests and the scope is deliberately narrow, so it’s more of a useful lab tool than a breakthrough benchmark.

Niche GemWizardry
MatejSprogar
113mo ago