Skip to content

NichtsHsu/mbn-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.