Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 985 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 985 Bytes

Batch keybox checker

中文

Requirements

Rust (Compile-Time)
Python >= 3.8
For restricted network environments, it may be necessary to set the web proxy environment variables: HTTP_PROXY, HTTPS_PROXY, ALL_PROXY. (See: Requests documentation for details)

Install

pip install keyboxchecker

Usage

usage: keyboxchecker [-h] [-a] [-o OUTPUT] [-p PATH]

options:
  -h, --help            show this help message and exit
  -a, --aosp            Categorizes the AOSP keybox as "Survivor" with a default value of "False"
  -o OUTPUT, --output OUTPUT
                        Resulting output directory, defaults to current Directory
  -p PATH, --path PATH  Directory where keybox is located, defaults to current directory

Uninstall

pip uninstall keyboxchecker

Credits

KimmyXYC/KeyboxChecker