Biber - ELF and PE Binary Inspector

[Biber]:


While learning kernel development, I started building a small tool to better understand executable formats. That project eventually became Biber, a lightweight ELF and PE binary inspector written in Zig.

demo

github:

https://github.com/hrasityilmaz/Biber

Already :

  • ELF32 / ELF64 parsing
  • PE32 / PE32+ parsing
  • 32 / 64 bit detection
  • Headers, sections, symbols and relocations
  • PE imports and exports
  • Hex dump support
  • Basic disassembler view

Supported Zig versions

used 0.16.0

Already my kernel issue ı will continue but probably ı will add on next release mach-o support

3 Likes