Skip to main content

resolve_binary_path_for_ssl

Function resolve_binary_path_for_ssl 

Source
pub fn resolve_binary_path_for_ssl(
    command: &str,
) -> Result<Option<String>, String>
Expand description

Resolve a command to the concrete ELF path sslsniff should attach to, when one is needed for statically-linked TLS.

Codex’s npm launcher is a Node.js script, but the network client runs in the platform-native @openai/codex-linux-* binary. Prefer that native binary before following the launcher’s shebang to node; otherwise record -- codex attaches to the wrapper and misses Codex’s TLS traffic.