Samsung_Vulnerabilities
Oversecured discloses a report of 176 vulnerabilities discovered in Samsung preinstalled apps between 2022 and 2025, with 140 detailed, all fixed in collaboration with Samsung.
It targets a specific, under-documented area of MIUI customization (back gestures) with a modern Xposed API, includes hot reload support, and provides AOSP reference snippets for educational purposes.
LSPosed module using modern Xposed API 102 for SystemUI-side MIUI back gesture research.
.\gradlew.bat assembleDebug
The debug APK is generated at:
app/build/outputs/apk/debug/app-debug.apk
Checked-in AOSP reference snippets live under:
refs/aosp_back/
The directory is split by component:
refs/aosp_back/shell/
refs/aosp_back/systemui/
The static scope is declared in:
app/src/main/resources/META-INF/xposed/scope.list
Current scopes:
com.android.systemui
com.miui.home
system
The MiuiHome integration is best matched with Xiaomi System Launcher
version 7.50.xx.
API 102 hot reload is enabled through:
autoHotReload=true
The module implements onHotReloading(...) and onHotReloaded(...).
The module entry is:
dev.codex.miuibackgesturehook.MiuiBackGestureHook
Registered through:
app/src/main/resources/META-INF/xposed/java_init.list
Apache License 2.0. See LICENSE.
LSPosed module using modern Xposed API 102 for SystemUI-side MIUI back gesture research.
Similar projects matched by category, topics, and programming language.
Oversecured discloses a report of 176 vulnerabilities discovered in Samsung preinstalled apps between 2022 and 2025, with 140 detailed, all fixed in collaboration with Samsung.
OneStep4.0 is a multi-window desktop container for Android that requires root or system-level privileges, enabling a main window with several side windows for efficient app multitasking.

An Xposed module that redirects Xiaomi Backup's DFS storage flow to self-hosted SMB, WebDAV, or custom HTTP servers, enabling local/private cloud backups.