Skip to content

Tine v1.0

Latest

Choose a tag to compare

@taisuii taisuii released this 18 Jun 03:03
· 6 commits to master since this release

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.