Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

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

Open
tommyuw7 opened this issue Jul 19, 2014 · 2 comments
Open

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

tommyuw7 opened this issue Jul 19, 2014 · 2 comments

Comments

@tommyuw7
Copy link

No description provided.

@kmdm
Copy link
Owner

kmdm commented Sep 23, 2014

Please see the bruteforce branch and try out bruutveal.

@TalAloni
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants