isVirus

suspend fun isVirus(rasp: RASP, threshold: Int = 3): VirusScanStatus

Checks whether the application is a virus or not.

Return

VirusScanStatus — the status of the application's antivirus scan.

Since

v1.6.0

Parameters

rasp

RASP — an instance of the RASP in order to perform the scan.

threshold

'Int' — The number of scanners needed in order to flag an application as virus.