Core Capabilities

Everything you need to verify system integrity and superuser access privileges.

Root Verification

Checks for the presence of su binary in standard locations and verifies proper permissions are set.

BusyBox Check

Verifies if the BusyBox binary is installed and functioning correctly for advanced commands.

Root Speed

Lightning fast detection algorithm performs over 15 distinct system checks in under 1 second.

How Root Detection Works

  • 1

    Binary Search

    We scan common paths (like /system/xbin) for the 'su' binary file.

  • 2

    Permission Check

    We attempt to execute a harmless superuser command to verify access grant.

  • 3

    Flag Verification

    We check system build tags for 'test-keys' often present on custom ROMs.