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.
Download prebuilt binary from the Github release page.
cargo install mbn-cli
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.