Module proc_start_linux

Module proc_start_linux 

Source
Expand description

Raw Rust bindings for proc_start_linux plugin

Not designed to be used directly, but is used internally for:

Structs§

AuxvValues
A struct representing the contents of the Auxilary Vector, the information provided by the kernel when starting up a new process.
PROC_START_LINUX
ProcStartLinux

Constants§

MAX_NUM_ARGS
MAX_NUM_ENV
MAX_PATH_LEN

Traits§

ProcStartLinuxCallbacks
A trait for expressing the plugin-to-plugin callbacks provided by the given plugin. See panda::PppCallback for more information, as this is intended to be used as an extension trait for it.