read what the binary says about itself: names, signatures, prototypes; gen v2
All checks were successful
CI / lint (push) Successful in 17s
CI / fuzz (push) Successful in 1m52s
CI / test (push) Successful in 24s

This commit is contained in:
Kamal Tufekcic 2026-07-29 20:09:21 +03:00
commit c458b4cb50
34 changed files with 58363 additions and 192 deletions

View file

@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v6.0.2
- name: Clear artifacts from any earlier run
run: rm -rf fuzz/artifacts
- name: Fuzz — 5 targets x 2 workers x 30s
- name: Fuzz — 8 targets x 2 workers x 30s
run: bash fuzz.sh 30 2
- name: Fail on any crash / timeout / OOM
run: |