nx_redteam.nx
buildroot/runtime/nx_redteam.nx
about
nx_redteam.nx -- automated RED-TEAM attack playbooks (census gap) driven over R0's ta_handle. Each attack asserts
the SECURE outcome (blocked / escaped / no-crash); a SURVIVED attack reds. Complements the invoke gate by adding the
hostile-INPUT classes: JSON injection via registry data, auth-bypass, malformed-body robustness, unknown-method.
(In-process today; a LIVE-edge playbook over nishifamily.com is the ratchet once tools/call deploys.) license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_tools_api.nxnx_gate.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
| 7 | const K_MAGIC_1048576: i64 = 1048576 |
| 8 | const K_MAGIC_4096: i64 = 4096 |
functions
| 10 | func rt_has(o: *u8, n: i64, ndl: *u8) -> i64 { if ta_indexof(o, n, ndl) >= 0 { return 1 } return 0 } |
| 11 | func rt_mark(cond: i64, p: *i64, t: *i64, lbl: *u8) -> i64 |
| 18 | func rt_req(cap: *u8, caplen: i64, jbody: *u8, jblen: i64, out: *u8) -> i64 |
| 26 | func rt_callbody(name: *u8, buf: *u8) -> i64 |
| 33 | func main() -> i64 |