2 releases (1 stable)

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

#471 in Parser implementations

Download history 54/week @ 2024-02-29 525/week @ 2024-03-07 43/week @ 2024-03-14 37/week @ 2024-03-28 15/week @ 2024-04-04

52 downloads per month

MIT/Apache

97KB
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
~102K SLoC