nx_contentdiff_structured_gate_t294.nx
buildroot/runtime/nx_contentdiff_structured_gate_t294.nx
about
nx_contentdiff_structured_gate_t294.nx -- Compares and mutates ELF files to detect structural differences and verify content integrity.
dependencies 2 imports · 0 importers
imports: nx_contentdiff_structured_candidate_t294.nxnx_gate_verdict.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
| 4 | func cg_copy(b:*u8,n:i64)->*u8{let p:*u8=sys_mmap(n);var i:i64=0;while i<n{p[i]=b[i];i=i+1};return p} called by 1: main |
| 5 | func cg_compare(a:*u8,an:i64,b:*u8,bn:i64,r:*NxCdResult)->i64 called by 1: main |
| 15 | func cg_mutate_all(b:*u8,n:i64,s:*u8,z:i64)->i64 called by 1: main |
| 22 | func main()->i64 |