Skip to content

BINLens v0.1

Choose a tag to compare

@DevaanshPathak DevaanshPathak released this 03 Jul 13:48

BINLens v0.1

Initial usable project release.

Highlights:

  • C11 command-line scaffold with Makefile build.
  • Intel HEX parser for record types 00, 01, 02, 04, and 05.
  • Intel HEX checksum validation with line-numbered diagnostics.
  • Owned firmware source-chunk model with address span and loaded byte tracking.
  • Basic CLI summary output for Intel HEX files.
  • Parser fixtures and smoke tests.

Artifacts:

  • linux-x86_64: Docker-built Linux binary archive.
  • macos-x86_64: Docker/Zig cross-compiled macOS Intel binary archive.
  • macos-arm64: Docker/Zig cross-compiled macOS Apple Silicon binary archive.
  • SHA256SUMS.txt: artifact checksums.

Known limitations:

  • Raw .bin loading is still scaffolded.
  • Memory map reconstruction, entropy output, heatmap rendering, and vector table detection are not implemented yet.