• sssnake released this 2026-04-03 15:45:23 +00:00 | 0 commits to main since this release

    Setec Labs Driver Manager v2.0.0 RC1

    First release candidate of the Setec Labs Driver Manager, an LSPosed/Vector Xposed module for per-app driver management on Android.

    The Driver Manager lets you redirect native library loading to custom drivers on a per-app basis without ever touching the stock system drivers on disk. Select a driver, pick which apps use the custom version, and the Xposed hooks handle the rest at runtime.

    Features

    • Per-App Driver Scoping — LSPosed-style UI to select which apps use a custom driver. Pick a driver from the list, then check the apps that should use it.
    • System-Wide Mode — Apply a custom driver variant to all user apps with a single toggle.
    • Driver Registry — Auto-scans /vendor for GPU (EGL, Vulkan), WiFi, Bluetooth, Audio, Camera, USB, and SDR drivers. Catalogs each with SHA256 hashes and SELinux contexts.
    • Multiple Variants — Keep multiple versions of a driver (stock, custom v1, custom v2, etc.) and switch between them per-app.
    • Kernel Module Manager (.ko) — Load and unload .ko kernel modules, set autoload at boot, view modinfo, check kernel version compatibility.
    • Driver Protection — SHA256 baseline integrity checking to detect unauthorized modifications to system drivers.
    • File Redirect Hooks — Intercepts FileInputStream for firmware and config file redirection per-app, not just native libraries.
    • Xposed Hook Coverage — Hooks System.loadLibrary(), System.load(), Runtime.loadLibrary0(), BaseDexClassLoader.findLibrary(), and file I/O operations.

    Requirements

    • Android 10+ (API 29+)
    • Vector (LSPosed fork) or compatible Xposed framework
    • Root via KernelSU or Magisk for .ko management and driver scanning

    Supported Driver Categories

    Category Scan Locations
    GPU /vendor/lib64/egl/, /vendor/lib64/hw/vulkan.*
    WiFi /vendor/firmware/, /vendor/etc/wifi/
    Bluetooth /vendor/firmware/, /vendor/etc/bluetooth/
    Audio /vendor/lib64/hw/audio*
    Camera /vendor/lib64/hw/camera*
    USB /vendor/lib64/libusb*, /system/lib64/libusb*
    SDR RTL-SDR, HackRF, Airspy (Termux)

    Notes

    This is a release candidate. Test thoroughly before relying on it for production use.

    Downloads