Added Usage section
This commit is contained in:
parent
476d5bff70
commit
aac8291219
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,14 @@ Other than that, I've created this repository to document how patching out verit
|
||||||
|
|
||||||
An explanation of how the script works can be found [here](https://github.com/WessellUrdata/vbmeta-disable-verification/wiki/Explanation:-How-patching-vbmeta-works).
|
An explanation of how the script works can be found [here](https://github.com/WessellUrdata/vbmeta-disable-verification/wiki/Explanation:-How-patching-vbmeta-works).
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Download the script from [Releases](https://github.com/WessellUrdata/vbmeta-disable-verification/releases).
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ python ./bvqc3.py <filename>
|
||||||
|
```
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
Credits to [@libxzr](https://github.com/libxzr) for creating the [original repo](https://github.com/libxzr/vbmeta-disable-verification) and [the blog post about patching vbmeta.img](https://blog.xzr.moe/archives/226/).
|
Credits to [@libxzr](https://github.com/libxzr) for creating the [original repo](https://github.com/libxzr/vbmeta-disable-verification) and [the blog post about patching vbmeta.img](https://blog.xzr.moe/archives/226/).
|
||||||
|
|
Loading…
Add table
Reference in a new issue