code wiki / _hdl_build / nx_ssh_recon.nx
nx_ssh_recon.nx
buildroot/runtime/_hdl_build/nx_ssh_recon.nx
about
nx_ssh_recon.nx -- READ-ONLY recon over the sovereign SSH client: learn how nishifamily.com is served
(which daemon, which port, which doc root / route model) BEFORE any deploy. No writes. Password from
/tmp/nxpw (written + deleted by the runner). license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_ssh_lib.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 7 | func slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != 0 as u8 { n = n + 1 } return n } |
| 9 | func main() -> i64 |