D413 - Emulation of the kernel escape R/W pipe and dynamic symbol resolution

measured - 2026-08-31

Execution trace of klog.elf revealed that after CRT entry, the payload uses a 6-syscall loop body (getpidsetsockopt(5)setsockopt(6)setsockopt(5)setsockopt(6)read(3)) to read kernel structures via its socket/pipe escape primitive:

Implemented the kernel read memory model in crates/orbistoun-fs/src/escape.rs: