code wiki / _hdl_build / nx_ia_probe.nx

nx_ia_probe.nx

buildroot/runtime/_hdl_build/nx_ia_probe.nx

1436 B26 linesdepth 24pulls 135 transitivereach 0 importersview sourcekind probe
docsdependenciesstructsconstsfunctions

about

nx_ia_probe.nx -- resolve an archive.org /details/ URL to the direct media file URL. Run from nxc2 root.

dependencies 5 imports · 0 importers

nx_syscalls.nx nx_x509_trust_store.nx nx_trust_store_load_from_certdata. nx_csprng.nx nx_ia_resolve.nx nx_ia_probe.nx

imports: nx_syscalls.nxnx_x509_trust_store.nxnx_trust_store_load_from_certdata.nxnx_csprng.nxnx_ia_resolve.nx

imported by: nobody (leaf or entry point)

structs

none

consts

7const K_MAGIC_4194304: i64 = 4194304
8const K_MAGIC_4096: i64 = 4096

functions

10func pw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
calls 1: sys_write
11func psl(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
13func main(argc: i64, argv: *i64) -> i64