Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶ added in v0.3.0
type Options struct {
// SSLLib, when set, attaches the PoC SSL_write uprobe to this libssl path to
// capture TLS plaintext (the agent's LLM request body) zero-instrumentation.
SSLLib string
// LibcLib overrides the libc path for the getaddrinfo DNS uprobe; empty =
// auto-detect the common system libc paths.
LibcLib string
}
Options configures optional sensor probes beyond the always-on syscall set.
Click to show internal directories.
Click to hide internal directories.