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§
- Launch
Result - Outcome of
GuestPlugin::execute_sample.
Traits§
- Guest
Plugin - Trait for malbox guest plugins that run inside an ephemeral VM.
Functions§
- default_
launch - Launch a sample using the platform-native process creation API.