Files
trailofbits-buttercup/program-model
Riccardo Schirone a08cbf1050 Make CRS more flexible (#202)
* Fix integration-test run

* use the proper oss-fuzz-aixcc commit to run integration-test
* determine OSS_FUZZ_CONTAINER_ORG at runtime
* use `git diff` in the patcher to create the patch to fix a problem
  with patches affecting non-newline terminated files

* fix parsing

* fix program-model lint
2025-07-31 09:34:28 -04:00
..
2025-02-18 11:59:16 -05:00
2025-07-09 14:06:59 -04:00

Program Model

Indexes a program's source code to be queried by seed-gen and patcher.

Setup

Development

Sync, reformat, lint, and test before committing changes to this directory.

just all