code wiki / _hdl_build / nx_cdnaccess_census.nx

nx_cdnaccess_census.nx

buildroot/runtime/_hdl_build/nx_cdnaccess_census.nx

9216 B100 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

nx_cdnaccess_census.nx -- OPTIONS census: how do WE politely pass anti-bot CDNs (Cloudflare et al.) that drop our TLS ClientHello, and what sovereign building blocks do we already have? Operator 2026-07-03: "lots of tools politely walk by these cdns; use the researcher + census for our options -- Playwright is a good example of how tools legally automate." Grounded on knowledge/fetched/cdn_*.raw (banked by nx_cdnaccess_research_fetch; note the research LIVE-PROVED the wall: raw.githubusercontent.com dropped our hello -3, identical to nhentai) + the REAL presence of our sovereign organs (ax_have opens the file -- no fabricated greens). Each row = a technique, whether we HAVE/PARTIAL the sovereign building block, and the organ to extend. Liar-kill: a pos control (our TLS client MUST exist) + a neg control (a bogus organ MUST be absent). Emits the options ladder. Verdict GREEN iff controls hold + >=1 achievable path. license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_cdnaccess_census.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap ax_have sys_openat_rd sys_close cw sys_write row cw ↻ cn sys_mmap ↻ sys_write ↻ grounded sys_openat_rd ↻ sys_close ↻

structs

none

consts

none

functions

12func cw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 2: rowmain calls 1: sys_write
13func cn(v: i64) -> i64 { let b: *u8=sys_mmap(24); var m: i64=v; if m<0{m=0-m} let t: *u8=sys_mmap(24); var k: i64=0; if m==0{t[0]=48 as u8;k=1} while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1} var i: i64=0; while i<k{b[i]=t[k-1-i];i=i+1} sys_write(1,b,k); return 0 }
called by 1: main calls 2: sys_mmapsys_write
14func ax_have(path: *u8) -> i64 { let fd: i64=sys_openat_rd(path); if fd<0 { return 0 } sys_close(fd); return 1 }
called by 1: main calls 2: sys_openat_rdsys_close
15func grounded(path: *u8) -> i64 { let fd: i64=sys_openat_rd(path); if fd<0 { return 0 } sys_close(fd); return 1 }
called by 1: main calls 2: sys_openat_rdsys_close
18func row(label: *u8, organ: *u8, state: i64, note: *u8, tot: *i64) -> i64
called by 1: main calls 1: cw
26func main() -> i64