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

#1009 in Parser implementations

Download history 525/week @ 2024-03-05 97/week @ 2024-03-12 14/week @ 2024-03-26 38/week @ 2024-04-02 132/week @ 2024-04-23 6/week @ 2024-04-30

138 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
~104K SLoC