Malware

class Malware

A list of malware related to a finding.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String?

The name of the malware that was observed.

Link copied to clipboard
val path: String?

The file system path of the malware that was observed.

Link copied to clipboard

The state of the malware that was observed.

Link copied to clipboard

The type of the malware that was observed.

Functions

Link copied to clipboard
inline fun copy(block: Malware.Builder.() -> Unit = {}): Malware
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String