System

data class System(val rasp: RASP)

Constructors

Link copied to clipboard
constructor(rasp: RASP)

Properties

Link copied to clipboard
Link copied to clipboard
val rasp: RASP

Functions

Link copied to clipboard

Determine if the debug mode is enabled.

Link copied to clipboard

Determine if the developer mode is enabled.

Link copied to clipboard

Determine the presence of certain accessibility options that may pose a security or privacy risk.

Link copied to clipboard

Determine if the application or the system is hooked.

Link copied to clipboard
suspend fun isNotUpToDate(): Boolean

Determine if the operating system hardware is up to date.

Link copied to clipboard

Determine if the root mode is enabled.

Link copied to clipboard

Determine if seLinux enforcing is not enabled.

Link copied to clipboard

Determine if the storage is not encrypted.

Link copied to clipboard
@RequiresPermission(value = "android.permission.REQUEST_INSTALL_PACKAGES")
suspend fun unknownSourcesEnabled(): Pair<Boolean, ArrayList<ApplicationMetadata>>


🚧 BETA - Determine if the user has installed applications from unknown sources.