mbn-cli

Crates.iombn-cli
lib.rsmbn-cli
version1.0.0
sourcesrc
created_at2024-03-06 10:54:32.026944
updated_at2024-04-25 05:58:10.743252
descriptionMBN file parse CLI tool
homepage
repositoryhttps://github.com/NichtsHsu/mbn-rs
max_upload_size
id1164643
size32,543
Nihil (NichtsHsu)

documentation

https://docs.rs/mbn

README

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.

Commit count: 23

cargo fmt