Tricky Store

Android Module logo

A trick of keystore. Android 10 or above is required.

This module is used for modifying the certificate chain generated for android key attestation.

Stop opening source / 停止开源

Due to the rampant misuse and the contributions received after open-sourcing being less than expected, this module will be closed-source starting from version 1.1.0.

考虑到二改泛滥,且开源后获得的贡献少于预期,因此本模块自 1.1.0 版本起闭源发布。

Usage

  1. Flash this module and reboot.
  2. For more than DEVICE integrity, put an unrevoked hardware keybox.xml at /data/adb/tricky_store/keybox.xml (Optional).
  3. Customize target packages at /data/adb/tricky_store/target.txt (Optional).
  4. Enjoy!

All configuration files will take effect immediately.

keybox.xml

format:

<?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>

Support TEE broken devices

Tricky Store will hack the leaf certificate by default. On TEE broken devices, this will not work because we can’t retrieve the leaf certificate from TEE. In this case, we fallback to use generate key mode automatically.

You can add a ! after a package name to force use generate certificate support for this package. Also, you can add a ? after a package name to force use leaf hack mode for this package.

For example:

# target.txt
# use auto mode for KeyAttestation App
io.github.vvb2060.keyattestation
# always use leaf hack mode 
io.github.vvb2060.mahoshojo?
# always use certificate generating mode for gms
com.google.android.gms!

TODO

Acknowledgement

Download Link

Module Info

Type : module
Date Release :
If the link is broken or there is something that needs to be updated in the post contact us.

Other modules

Riru - Clipboard Whitelist

By : Kr328

A module of Riru/Zygisk. Allowing apps to access the clipboard in the background on Android 10. Requirements Zygote inject framework installed Riru &gt;= 26.0 Zygisk Android 10+ Feature Allowing apps to access the clipboard in the background on Android 10+. Multi-User Support Add …...

Audio samplerate changer

A Magisk module changing audio samplerates at the system-wide mixer for the best Hi-Fi experience This module has been developed for casual music lovers to be able to experience the essence of my root script &ldquo;USB SampleRate Changer&rdquo; by the automation of Magisk. Its features Setting the …...

Audio Wizard DTSX Ultra Asus Zenfone 6 Magisk Module

By : ryukinotes

Audio Wizard DTSX Ultra Asus Zenfone 6 Magisk Module DISCLAIMER Asus &amp; DTS Apps and blobs are owned by Asus� &amp; DTS�. The MIT license specified here is for the Magisk Module only, not for Asus &amp; DTS apps and blobs. Descriptions Equalizer sound effect ported from Asus Zenfone 6 …...

Busybox NDK Android By osm0sis Magisk Kernelsu

BusyBox by osm0sis: The Swiss Army Knife of Embedded Linux Systems BusyBox, created by Denys Vlasenko (osm0sis), is a remarkable piece of software that has become a cornerstone in the world of embedded Linux systems. It is a single executable that combines a multitude of standard UNIX utilities into …...

MIUI / ANX Camera

A modified version of the original ANXCamera by @AEonAX, aims to work on Android 12+ since ANXCamera&rsquo;s not officially supports it. More information about ANXCamera: :earth_americas: Official Website | :book: WIKI Check dev branch for recent commits/updates. Features Support Android 12-14 …...

EdXposed Framework

A Riru module trying to provide an ART hooking framework (initially for Android Pie) which delivers consistent APIs with the OG Xposed, leveraging YAHFA (or SandHook) hooking framework, supports Android 8.0 ~ 11. Xposed is a framework for modules that can change the behavior of the system and apps …...

AdGuardDNS4Magisk Magisk Or Ksu Modules

Fork from xerta555/CloudflareDNS4Magisk DNS ?? Gne ?? What&rsquo;s this ? To make it short: a DNS server listen and give you the corresponding IP address of your website request, and its domain name (forum.xda-developers.com for example). For the long version a little reading is necessary: …...

AOSP Gesture bar for OxygenOS

Love the sleek gestures of AOSP (Android Open Source Project) but stuck with OxygenOS on your OnePlus device? This Magisk Module brings the minimalist AOSP gesture bar to your OxygenOS phone, offering a cleaner and more streamlined navigation experience. What Does It Do OxygenOS, while feature-rich, …...