[][src]Module syswall::tracer_conf

Structs

RuntimeConf

Configuration of the runtime environment using the syswall library. Currently contains an optional callback function which accepts a SyscallQuery and can optionally return a UserResponse.

TracerConf

Configuration for the tracer while it is tracing a child process

Enums

SyscallConfig

Configuration for a single syscall used to make a decision when that syscall is observed in the tracee.

Type Definitions

SyscallConfigMap

Mapping of syscall IDs to SyscallConfig