mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-04-30 23:52:00 +00:00
monorepo: combine vpnhide-zygisk, vpnhide (lsposed), and vpnhide-kmod
Unified repository for the complete Android VPN-hiding stack: - zygisk/ — Rust Zygisk module (inline libc hooks via shadowhook) - lsposed/ — Kotlin LSPosed module (Java API + system_server hooks) - kmod/ — C kernel module (kretprobe hooks, invisible to anti-tamper) CI workflows use path filters to build only the changed component.
This commit is contained in:
commit
12daca5c1a
54 changed files with 11342 additions and 0 deletions
6
zygisk/module/module.prop
Normal file
6
zygisk/module/module.prop
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
id=vpnhide_zygisk
|
||||
name=VPN Hide (Zygisk native)
|
||||
version=v0.1.0
|
||||
versionCode=1
|
||||
author=okhsunrog
|
||||
description=Hides active VPN interfaces from selected apps by inline-hooking libc ioctl via shadowhook. Covers the native detection path (Flutter, JNI, raw C/C++) that Java-level LSPosed modules can't reach. Manage the target list from the WebUI.
|
||||
Loading…
Add table
Add a link
Reference in a new issue