All Projects → taichi-framework → Taichi Magisk

taichi-framework / Taichi Magisk

A Magisk module providing magic power over TaiChi.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Taichi Magisk

Trustmealready
🔓 Disable SSL verification and pinning on Android, system-wide
Stars: ✭ 506 (+31.09%)
Mutual labels:  module, xposed
Instant-Face-Unlock
Xposed Module's InstantFaceUnlock Code
Stars: ✭ 23 (-94.04%)
Mutual labels:  module, xposed
glitchify
Tweaks for the official twitch.tv android app
Stars: ✭ 33 (-91.45%)
Mutual labels:  module, xposed
Modulation
Modulation - explicit dependency management for Ruby
Stars: ✭ 306 (-20.73%)
Mutual labels:  module
Android art
Android ART with modifications for the Xposed framework.
Stars: ✭ 317 (-17.88%)
Mutual labels:  xposed
Modules
Environment Modules: provides dynamic modification of a user's environment
Stars: ✭ 344 (-10.88%)
Mutual labels:  module
Hyperjson
A hyper-fast Python module for reading/writing JSON data using Rust's serde-json.
Stars: ✭ 374 (-3.11%)
Mutual labels:  module
Fakelocation
Xposed module to mock locations per app.
Stars: ✭ 300 (-22.28%)
Mutual labels:  xposed
Qteventbus
iOS事件总线,支持AppDelegate解耦,支持基于响应链的局部总线
Stars: ✭ 365 (-5.44%)
Mutual labels:  module
Powershellforgithub
Microsoft PowerShell wrapper for GitHub API
Stars: ✭ 337 (-12.69%)
Mutual labels:  module
Ngx php7
ngx_php7 - Embedded php7 scripting language for nginx module. Mainline development version of the ngx_php.
Stars: ✭ 337 (-12.69%)
Mutual labels:  module
Xposedinstaller
No description or website provided.
Stars: ✭ 3,441 (+791.45%)
Mutual labels:  xposed
Xposedtools
These tools can be used to compile and package the Xposed framework.
Stars: ✭ 355 (-8.03%)
Mutual labels:  xposed
Modclean
Remove unwanted files and directories from your node_modules folder
Stars: ✭ 309 (-19.95%)
Mutual labels:  module
Gos
Gos: Armed Golang 💪 ( solutions for go module, goproxy, cross compilation, etc.)
Stars: ✭ 369 (-4.4%)
Mutual labels:  module
Fuckview
[Deprecated] An app which can block any views you want to block in any apps.It's experimental.
Stars: ✭ 303 (-21.5%)
Mutual labels:  xposed
Rebatebot
RebateBot, based on WeChat to establish robot channels and users to quickly generate rebate links through chat
Stars: ✭ 361 (-6.48%)
Mutual labels:  xposed
Rspirv
Rust implementation of SPIR-V module processing functionalities
Stars: ✭ 332 (-13.99%)
Mutual labels:  module
Wechatbotxposed
微信回复机器人,Xposed模块
Stars: ✭ 335 (-13.21%)
Mutual labels:  xposed
Blog Core
Modular blog using Blazor with clean domain-driven design patterns
Stars: ✭ 345 (-10.62%)
Mutual labels:  module

TaiChi·Magisk

This repo has migrated to Official Magisk Repo!!

中文版

What is TaiChi·Magisk?

TaiChi·Magisk is the enhanced version of TaiChi

TaiChi is a framework to use Xposed module with or without Root/Unlock bootloader, it support Android 5.0 ~ 9.0.

The normal TaiChi can not hook into system process, and it must uninstall the original app when create new app.TaiChi·Magisk can overcome these shortcomings. TaiChi·Magisk hooks into system process via a magisk module, it can intercept all processes in system, so it can do all which Xposed Framework can do.

To be specific, what are the differences between TaiChi·Magisk and TaiChi?

  1. TaiChi·Magisk can hook system process, so more modules are supported, such as Xposed Edge/Greenify.
  2. TaiChi·Magisk don't need to modify app, it is very fast to create apps.
  3. TaiChi·Magisk has more control over system, so it is more stable than the normal version.

And what are the differences between TaiChi·Magisk and Xposed Framework?

  1. TaiChi·Magisk fully supports Android Pie.
  2. TaiChi·Magisk does not effect the android system and it does not hook all apps in system. Only the apps you want to apply Xposed modules are hooked. Other apps in system run in a completely clean environment.
  3. TaiChi·Magisk doesn't need to reboot sysytem in most cases.
  4. TaiChi·Magisk is hard to detect. TaiChi doesn't modify the libart and app_process, it has nearly no noticeable characteristics.

How to use ?

In simple terms, follow the steps:

  1. Install Magisk.
  2. Flash the magisk module provided by TaiChi. You can find it in release page.
  3. Install TaiChi App.

Here are more informations in detail:

Notice

Usage

FAQ

Known Issues

Please read every instructions carefully.

Contact

Telegram Group

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].