Crates.io | mbn-cli |
lib.rs | mbn-cli |
version | 1.0.0 |
source | src |
created_at | 2024-03-06 10:54:32.026944 |
updated_at | 2024-04-25 05:58:10.743252 |
description | MBN file parse CLI tool |
homepage | |
repository | https://github.com/NichtsHsu/mbn-rs |
max_upload_size | |
id | 1164643 |
size | 32,543 |
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.