Expand description
Process management and emulation of Linux behaviour.
This module contains the code responsible for starting the managed processes in a way that allows Shadow to intercept their syscalls. It also contains the emulation of Linux hosts, threads, processes, syscalls, files, network interfaces, etc.
Modules§
- context
- This module provides several Context structs, intended to bundle together current relevant objects in the hierarchy.
- cpu
- descriptor
- Linux file descriptors and file descriptions (equivalent to Linux
struct file
s). - futex_
table - host
- An emulated Linux system.
- managed_
thread - A thread of a managed process.
- memory_
manager - Access and manage memory of a plugin process.
- network
- process
- An emulated Linux process.
- status_
listener - Compatibility wrappers for C-style event listeners.
- syscall
- thread
- An emulated Linux thread.
- timer