SystemModel

class SystemModel(val rasp: RASP) : ViewModel

This class holds and manage system diagnosis collection, it implements a ViewModel

Parameters

rasp

RASP — the main instance to use the Pradeo software

Constructors

Link copied to clipboard
constructor(rasp: RASP)

Properties

Link copied to clipboard
val debugModeIsEnabled: StateFlow<Boolean?>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val isHooked: StateFlow<Boolean?>
Link copied to clipboard
val isNotUpToDate: StateFlow<Boolean?>
Link copied to clipboard
val isRooted: StateFlow<Boolean?>
Link copied to clipboard
val rasp: RASP
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard