Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinolek committed Jan 21, 2021
1 parent e631703 commit 6bd589f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Bypass utility
Small utility to disable bootrom protection(sla and daa)

## Payloads
https://github.com/MTK-bypass/exploits_collection

## Usage on Windows
Skip steps 1-5 after first usage

Expand All @@ -14,7 +17,7 @@ pip install pyusb pyserial json5
```
6. Run this command and connect your powered off phone with volume+ button, you should get "Protection disabled" at the end
```
python main.py -c <config file> -p <payload file>
python main.py
```
7. After that, without disconnecting phone, run SP Flash Tool

Expand All @@ -30,7 +33,7 @@ pip install pyusb pyserial json5
```
3. Run this command as root and connect your powered off phone with volume+ button, you should get "Protection disabled" at the end
```
./main.py -c <config file> -p <payload file>
./main.py
```
4. After that, without disconnecting phone, run SP Flash Tool in UART Connection mode

Expand Down

0 comments on commit 6bd589f

Please sign in to comment.