2 releases (1 stable)
1.0.0 | Apr 25, 2024 |
---|---|
0.3.4 | Mar 8, 2024 |
0.2.0 |
|
0.1.0 |
|
#2091 in Parser implementations
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
~100K SLoC