kmdm / ruuveal

A HTC RUU decryption utility
GNU General Public License v3.0
57 stars 39 forks source link

Can you teach us how to extra hboot.img and find key? #79

Open tommyuw7 opened 10 years ago

kmdm commented 9 years ago

Please see the bruteforce branch and try out bruutveal.

TalAloni commented 9 years ago

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:

  1. sudo apt-get install dh-autoreconf
  2. sudo apt-get install libssl-dev
  3. ./autogen.sh
  4. ./configure
  5. make