Expand description
Representation of a snapshot of a Sandbox.
Structs§
- Snapshot
- Initial guest memory layout + page tables produced from a binary.
Enums§
- Next
Action - 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.