Fix false LSPosed warnings and improve target detection

- Detect LSPosed in all known module paths (zygisk_vector, zygisk_lsposed, lsposed)
- Skip LSPosed config warnings when hooks are already active at runtime
- Check all modules for empty targets, not just LSPosed
- Bump version to v0.5.1
This commit is contained in:
okhsunrog 2026-04-14 02:57:37 +03:00
parent 7e9c1def9c
commit 0073ef7030
16 changed files with 110 additions and 86 deletions

View file

@ -1,6 +1,6 @@
id=vpnhide_zygisk
name=VPN Hide (Zygisk native)
version=v0.5.0
versionCode=500
version=v0.5.1
versionCode=501
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 targets via VPN Hide app.