Releases: IntelLabs/PreSiFuzz
Releases · IntelLabs/PreSiFuzz
0.2
This release comes with a couple of minor fixes and features listed below:
- fix: libafl_verdi has a fix for the Synopsys libNPI memory leakage (fork before call)
- fix: verdi feedback caches max value
- fix: score computation when coverable is 0
- feature: libverdi exposed a new filter parameter to only consider a certain submodules in a vdb
- feature: enum to select coverage type, currently only one hw cov metric at a time is supported
- feature: compute coverage score in feedback, notify monitor
- feature: plot.py that works with multimonitor output
- update opentitan-vcs example
- update opentitan scripts/doc
- update to libafl 0.9
0.1
🌟 Features
- Official Github releases (https://github.com/IntelLabs/PreSiFuzz/releases/tag/0.1)
- libverdi extracts hardware coverage metrics from a 'vdb' structure after a vcs simulation
- OpenTitan:aes:0.6 example with dockerized build and run
- Secworks:aes example