code wiki / (root) / nx_adversarial_list.nx

nx_adversarial_list.nx

buildroot/runtime/nx_adversarial_list.nx

1489 B27 linesdepth 4pulls 4 transitivereach 0 importersview sourcekind tooltopic adversarial
docsdependenciesstructsconstsfunctions

about

nx_adversarial_list.nx -- introspect the ADVERSARIAL GATE SUITE straight from the sovereign store (knowledge/store/adversarial). READER-ONLY: no migrate, never touches the .conf -- so running this with the migrate-source .conf ABSENT and still getting the full suite is the proof the STORE is the SSOT (store-law). A tiny tool surface: `nx_adversarial_list` -> the gate names + count, one per line. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_adversarial_sov.nx nx_syscalls.nx nx_adversarial_list.nx

imports: nx_adversarial_sov.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

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

main lp sys_write ag_count ss_open ss_open2 sys_mmap ss_manifest_dyn ss_manifest_file_dyn sys_mmap ↻ ss_cat ss_readall sys_munmap ss_cat ↻ ss_loadfile sys_map_file sys_openat_rd sys_lseek sys_close ss_readall ↻ ss_load_aux2 sys_mmap ↻ ss_cat ↻ ss_loadfile ↻ ss_r32 sys_munmap ↻ ssl_total_keys ss_r32 ↻ ssl_pow2 ssl_build ss_r32 ↻ ssl_hash_entry ss_r32 ↻ ssl_key_eq ss_r32 ↻ ss_r32 ↻ ssl_lookup ssl_hash_entry ↻ ssl_key_eq ↻ ss_manifest_free

structs

none

consts

7const K_MAGIC_65536: i64 = 65536

functions

9func lp(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 1: main calls 1: sys_write
10func ln(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
17func main() -> i64