Skip to content

Releases: PlatinumVoyager/BinaryMagic

BinaryMagic v1.1 (ALPHA)

Choose a tag to compare

@PlatinumVoyager PlatinumVoyager released this 23 Oct 05:08
183fa1a

Binary Magic

A bare bones ELF32/ELF64 bit Goblin binary executable parser in Rust.

v1.1 (ALPHA)

  • Version 1.0 feature set
  • Section header flags, header type are now visible within the header section table

BinaryMagic v1.0 (ALPHA)

Choose a tag to compare

@PlatinumVoyager PlatinumVoyager released this 22 Oct 23:49

Binary Magic

A bare bones ELF32/ELF64 bit Goblin binary executable parser in Rust.

v1.0 (ALPHA)

  • View raw ELF32/ELF64 binary executable format
  • View section table
  • View dynamic symbols table
  • View dynamically imported libraries
  • More to come...