Compare commits
No commits in common. "master" and "v1.0" have entirely different histories.
2 changed files with 25 additions and 33 deletions
|
@ -12,14 +12,6 @@ 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/).
|
||||||
|
|
|
@ -10,7 +10,7 @@ FLAGS_OFFSET = 123
|
||||||
FLAGS_TO_SET = b'\x03'
|
FLAGS_TO_SET = b'\x03'
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
### main program
|
||||||
|
|
||||||
# if an argument is not provided
|
# if an argument is not provided
|
||||||
if len(sys.argv) != 2:
|
if len(sys.argv) != 2:
|
||||||
|
|
Loading…
Add table
Reference in a new issue