You've already forked TrickyStore
mirror of
https://github.com/5ec1cff/TrickyStore.git
synced 2025-09-06 06:37:07 +00:00
update README.md
This commit is contained in:
36
README.md
36
README.md
@@ -1,3 +1,39 @@
|
||||
# Tricky Store
|
||||
|
||||
A trick of keystore.
|
||||
|
||||
## Usage
|
||||
|
||||
1. Flash this module and reboot.
|
||||
2. Put keybox.xml to /data/adb/tricky_store/keybox.xml .
|
||||
3. Put target packages to /data/adb/tricky_store/target.txt (Optional).
|
||||
4. Enjoy!
|
||||
|
||||
## keybox.xml
|
||||
|
||||
format:
|
||||
|
||||
```xml
|
||||
<?xml version="1.0"?>
|
||||
<AndroidAttestation>
|
||||
<NumberOfKeyboxes>1</NumberOfKeyboxes>
|
||||
<Keybox DeviceID="...">
|
||||
<Key algorithm="ecdsa|rsa">
|
||||
<PrivateKey format="pem">
|
||||
-----BEGIN EC PRIVATE KEY-----
|
||||
...
|
||||
-----END EC PRIVATE KEY-----
|
||||
</PrivateKey>
|
||||
<CertificateChain>
|
||||
<NumberOfCertificates>...</NumberOfCertificates>
|
||||
<Certificate format="pem">
|
||||
-----BEGIN CERTIFICATE-----
|
||||
...
|
||||
-----END CERTIFICATE-----
|
||||
</Certificate>
|
||||
... more certificates
|
||||
</CertificateChain>
|
||||
</Key>...
|
||||
</Keybox>
|
||||
</AndroidAttestation>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user