Skip to main content

Module guest

Module guest 

Source
Expand description

The GuestPlugin trait for plugins that run inside an analysis VM.

Guest plugins follow a linear lifecycle per task: on_start sets up monitoring, execute_sample launches the sample, the SDK waits for the analysis timeout, then on_stop flushes results and tears down.

Enums§

LaunchResult
Outcome of GuestPlugin::execute_sample.

Traits§

GuestPlugin
Trait for malbox guest plugins that run inside an ephemeral VM.

Functions§

default_launch
Launch a sample using the platform-native process creation API.