Releases: Astoritin/Targeter
Releases · Astoritin/Targeter
Release list
Targeter 1.0.1
Targeter
A Magisk module to auto add new user packages to Tricky Store scope / 一个用于将新软件包名加入 Tricky Store 作用域的 Magisk 模块
1.0.1
- Separate the logic code handling Tricky Store scope and Magisk Denylist
- Fix some error
- Targeter will output the logs to logcat
- Make Targeter module description output brief
- 分离处理 Tricky Store 作用域和 Magisk 排除列表的逻辑代码
- 修复一些小错误
- Targeter会将日志输出到 logcat
- 让 Targeter 的模块描述更简短
Targeter 1.0
Targeter
A Magisk module to auto add new user packages to Tricky Store scope.
Steps
- Flash Targeter.zip in Root Manager supported Magisk modules and then reboot.
- Targeter will work automatically as detecting the new user packages.
- Set append mark of Tricky Store in
/data/adb/Targeter/mark.txt. None is let Tricky Store decide which mode to use (Auto),!is Certificate Generate mode,?is Leaf Hack mode. - Targeter Built-in Exclude List is in
/data/adb/Targeter/exclude.txt, every packages listed will be ignored as detecting new packages added.
NOTICE
- Targeter won't append the packages already exists on device before flashing Targeter or in the exclude list.
- As for Magisk Denylist, only package name itself will be added, I don't have good stable idea to analyze the full processess of a package yet.
- Targeter will remove the packages automatically added by Targeter currently.