Skip to content

openpst/readmbn

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readmbn

readmbn is a CLI tool for reading and display information about files in Qualcomm mbn format binaries.

Compiling

git clone https://github.com/openpst/readmbn --recursive
make

Usage

To display simple information about the mbn file, execute:

readmbn /path/to/file.mbn

You can extract the code, signature, or X509 segments of the mbn file with:

$ readmbn /path/to/file.mbn -e code -o code.bin
$ readmbn /path/to/file.mbn -e signature -o signature.hash
$ readmbn /path/to/file.mbn -e x509 -o x509.der

Of course, le standard help with

$ readmbn --help

X509 certificates are in DER format and can be parsed with OpenSSL

openssl x509 -in x509.der -inform der -text -noout

About

CLI tool for reading and display information about files in Qualcomm mbn format

Resources

License

Stars

Watchers

Forks

Packages

No packages published