Commit Graph

3 Commits

Author SHA1 Message Date
Riccardo Schirone 16405ef2d8 common: add first frame line number in the crash set (#152)
This will differentiate between vulnerabilities in different lines of
the same function, so that they all go to the tracer-bot for validation.
In this way, if there is a DELTA mode challenge and one vuln is
present both before and after the delta, but another one is introduced
by the delta, we are able to validate them separately and actually find
the vulnerability that is introduced by the delta (and not discard it in
the fuzzer-bot due to being already present in the CrashSet).

It means the tracer-bot will receive slightly more crashes to validate,
but still a reasonable number.

Co-authored-by: Michael D Brown <michael.brown@trailofbits.com>
2025-07-25 10:23:08 -04:00
2over12 85e9f4818d Sliced Parser (#265)
* sliced parser

* add local target search

* update orchestrator

* more fixes

* test more

* remove ext refs

* lints

* fix list

* docs

* update
2025-03-27 08:49:20 -04:00
Riccardo Schirone fdefa0fccb Challenge Task API (#59) 2025-02-06 12:09:43 +01:00