FuseHide

Verified safeExclusive
No reviews reviews
10
downloads
12
android

AI summary

LSPosed/Xposed module that hides specified files and folders from apps by hooking FUSE requests in Android's MediaProvider process. Supports hiding top-level and nested paths under /storage/emulated/0 per app, with hot-synced configuration and a stress-test mode. Version 1.

Generated by AI. May contain inaccuracies.

Screenshots

About this app

FuseHide is an LSPosed/Xposed module and MediaProvider/FUSE debugging tool for Android 12+.

The current implementation loads libfusehide.so in the MediaProvider process and installs a native hook after libfuse_jni.so is loaded. This hook is used to hide ordinary paths under /storage/emulated/0 (/sdcard) for specified applications according to runtime configuration, while retaining debugging and fixing logic for Unicode scenarios related to Android/data and Android/obb.

The current version also includes a bypass fix for ignorable code points in /storage/emulated/0/Android/{data,obb} and a runtime-configurable ordinary path hiding strategy:

It applies to the UID corresponding to the specified package name. It supports hiding the first-level directory names under /storage/emulated/0, such as the default xinhao and MT2. It supports configuring relative path hiding, such as nested directories like Download/private. Supports a stress test mode that "hides all top-level directories" and allows configuration of exceptions. Supports editing configurations on the application side and hot-syncing configurations to the injected MediaProvider process.

What's new

v1.158Sep 7, 2026
  • fix(native): resolve fuse_req_ctx via libfuse and fail closed
  • 通过 libfuse 提供的 "fuse_req_ctx" 获取 FUSE 请求上下文中的 UID,移除对 "fuse_req" 内部结构偏移的硬编码依赖。
  • 解析时依次尝试 "RTLD_DEFAULT"、"libfuse_jni.so" 已绑定的重定位项以及已加载的 "libfuse.so" 符号;仅接受实际指向 "libfuse.so" 的导入目标。
  • 当无法可靠解析 "fuse_req_ctx" 时,不再回退到架构相关的 "0x3c" / "0x18" 偏移,而是让 UID 获取失败并返回 0,避免因 libfuse ABI 或内部结构变化导致错误 UID、越界访问或错误隐藏策略。
  • 同时保留现有 libc++ string ABI 的可信 profile gate,使相关 native hook 在 ABI 未验证时继续 fail closed。

About this version

Version
1.158 (158)
Size
6.62 MB
Requires Android
12
Target SDK
31
Architecture
arm64-v8a, armeabi-v7a, x86, x86_64
Downloads
10
Updated
Sep 7, 2026
Package
io.github.xiaotong6666.fusehide

Similar apps

Ratings & reviews

0 ratings
  • 5
    0
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app