Skip to content

Releases: taisuii/tine

Tine v1.0

Choose a tag to compare

@taisuii taisuii released this 18 Jun 03:03

First release of Tine — a hardened, re-branded fork of Pine.

What's in this release

Prebuilt release AARs for arm64-v8a + armeabi-v7a (Android 4.4 ~ 15):

Asset Module Native lib
core-release.aar core hooking engine libtine.so
xposed-release.aar Xposed-style API + module loader (java)
enhances-release.aar delay/pending hook (Dobby) libtine-enhances.so

Highlights vs upstream Pine

  • Rebrand / fingerprint reduction: top.canyie.pine -> com.android.tine, libpine.so -> libtine.so, Pine* -> Tine*.
  • Fix: moving-GC backup SIGSEGV when calling a hooked method's original implementation. Details: docs/moving-gc-backup-fix.md.

Usage

Drop the AAR(s) into libs/ and add implementation files('libs/core-release.aar'). See the README.

Built with NDK 25.2.9519653 / CMake 3.22.1 / JDK 17.

魔改类名,防关键词检测

Choose a tag to compare

@taisuii taisuii released this 22 May 02:36

Publish core 0.3.0 & xposed 0.2.0