2 releases (1 stable)

1.0.0 Apr 25, 2024
0.3.4 Mar 8, 2024
0.2.0 Mar 7, 2024
0.1.0 Mar 6, 2024

#304 in Parser implementations

Download history 152/week @ 2024-03-09 24/week @ 2024-03-16 44/week @ 2024-03-30 8/week @ 2024-04-06 122/week @ 2024-04-20 15/week @ 2024-04-27 1/week @ 2024-05-04 4/week @ 2024-05-18 1/week @ 2024-05-25

705 downloads per month

MIT/Apache

99KB
2K SLoC

mbn-rs

Toolkit for parse MBN format.

Basically, it's a Rust rewrite of the relevant parts of readmbn.

MBN format information comes from coreboot.

A library and a CLI tool are available.

Install CLI tool

Download prebuilt binary

Download prebuilt binary from the Github release page.

Install from source

cargo install mbn-cli

CLI tool usage

Just mbn-cli path/to/mbn/file, then you can see a lot of information printed on your shell.

Check mbn-cli --help for detailed usage.

NOTE: Extension of files with MBN segment may be elf. Files with extension mbn are almost ELF format files.

Dependencies

~5.5MB
~103K SLoC