Module uninitialized

Source
Expand description

Functionality for creating uninitialized sandboxes, manipulating them, and converting them to initialized sandboxes.

Structs§

GuestBlob
A GuestBlob containing data and the permissions for its use.
GuestEnvironment
Container for a guest binary and optional initialization data.
UninitializedSandbox
A preliminary sandbox that represents allocated memory and registered host functions, but has not yet created the underlying virtual machine.

Enums§

GuestBinary
A GuestBinary is either a buffer or the file path to some data (e.g., a guest binary).