Skip to main content

Module snapshot

Module snapshot 

Source
Expand description

Representation of a snapshot of a Sandbox.

Structs§

Snapshot
Initial guest memory layout + page tables produced from a binary.

Enums§

NextAction
Presently, a snapshot can be of a preinitialised sandbox, which still needs an initialise function called in order to determine how to call into it, or of an already-properly-initialised sandbox which can be immediately called into. This keeps track of the difference.