GitPedia

TInjector

劫持Zygote在App启动前注入so

From Mrack·Updated June 18, 2026·View on GitHub·

- Zygote spawn模式 - Android 9 - 13 - Arm64-v8a - remap 隐藏 so - 移除elf头 隐藏 so - soinfo 隐藏 so The project is written primarily in C++, distributed under the GNU General Public License v3.0 license, first published in 2024. Key topics include: android, frida, hacker, inject, injector.

Latest release: 1.1
May 22, 2024View Changelog →

TInjector

类似项目 TInjector_Symbi

https://github.com/Mrack/TInjector_Symbi

劫持Zygote实现App启动前注入so

1

Features

  • Zygote spawn模式
  • Android 9 - 13
  • Arm64-v8a
  • remap 隐藏 so
  • 移除elf头 隐藏 so
  • soinfo 隐藏 so

TODO

  • 支持usap模式
  • ...

Build and Usage

Build:

shell
git clone https://github.com/mrack/TInjector.git cd TInjector ndk-build (Add ndk-build to your env variables) adb shell mkdir /data/local/tmp/inject adb push libtcore.so /data/local/tmp/inject/ adb push tinjector /data/local/tmp/inject/

Usage:

shell
su cd /data/local/tmp/inject chmod 777 libtcore.so chmod +x tinjector ./tinjector -h Usage: ./tinject --hide --hide1 -f -p <package name> <so path> Options: -p <pkg> <so path> Inject so to the specified package. -P <pid> <so path> Inject so to the specified pid. --hide Hide the injected module. --hide1 Hide the injected module. (soinfo) beta -h Show this help. -f Spwan a new process and inject to it. only for android app.

Contributors

Showing top 2 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from Mrack/TInjector via the GitHub API.Last fetched: 6/23/2026