Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 739 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 739 Bytes

Motorola Boot Logo


Script to encode, decode Motorola boot logo binary file

Requirements

Usage

  • Decoding/Extracting
$ moto-bootlogo.py -i logo.bin -o images
  • Encoding/Compressing
$ moto-bootlogo.py -i images -o logo.bin
  • List images, no decoding
$ moto-bootlogo.py -l logo.bin

Reference