master branch cointain the python
script used to extract these firmware (thanks):
What the script do:
- Search for .rbi files in the same folder
- Decrypt using hardcoded keys
- Unpack using binwalk
- create a git deatached branch
- push all extracted files to the hardcoded repo
- delete all, including .rbi file
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
git clone https://github.com/ReFirmLabs/binwalk.git
cd binwalk
sudo python setup.py install
python main.py