2026-08-31 - Emulated kernel escape R/W pipe for dynamic symbol resolution (D413)

Disassembly confirmed that the 6-syscall loop is kernel_copyout walking kernel memory structures (allprocstruct procdynlib_obj list) to resolve sceKernelDlsym using its socket (setsockopt 105) and pipe (read 3) escape primitive.

Implemented crates/orbistoun-fs/src/escape.rs to: