Skip to main content

Crate exfiltrate_internal

Crate exfiltrate_internal 

Source
Expand description

Internal implementation details for the exfiltrate debugging framework.

This crate provides the core types and wire protocol used by the exfiltrate system. It is not intended for direct use; users should depend on the exfiltrate crate instead.

Modulesยง

command
Command trait and response types for the exfiltrate system.
commands
Built-in command implementations.
rpc
Remote procedure call protocol types.
wire
Wire protocol for TCP/WebSocket communication.