You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2022. It is now read-only.
First you use bruutveal from the bruteforce branch to find the key and write it to a file:
./bruutveal hboot.img rom.zip keyfile.bin
then you use ruuveal to use the key to decrypt the encrypted rom.zip:
./ruuveal -K keyfile.bin rom.zip output.zip
To build under Ubuntu:
sudo apt-get install dh-autoreconf
sudo apt-get install libssl-dev
./autogen.sh
./configure
make
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: