Home

Awesome

sepsplit-rs

A utility to split a SEP firmware into it's various modules, made in Rust.

Building

  1. Install cargo if you haven't already, instructions are here
  2. Run cargo install --path /path/to/sepsplit-rs/
  3. Run the executable with sepsplit-rs

Note for Windows

In order to get the program to compile, you may need to

Usage

sepsplit-rs /path/to/sep-firmware.bin [output folder]<br /> The SEP firmware has to be decrypted and extracted.

Testing

  1. cd into the project
  2. Run ./download_testfws.sh to download test SEP Firmwares
  3. Run the tests with cargo test

Credits