-
Notifications
You must be signed in to change notification settings - Fork 6
Reading list
Hai Duong edited this page Aug 22, 2023
·
7 revisions
- The Daikon system for dynamic detection of likely invariants
- Using dynamic analysis to discover polynomial and array invariants
- A survey of symbolic execution techniques
- Evaluating fuzz testing
- Mutation (read Mutation Testing from Fuzzing Book)
- PRIMA: General and Precise Neural Network Certification via Scalable Convex Hull Approximations: abstraction domain used by MN-BaB (one of the top performers at VNN-COMP)
- An axiomatic basis for computer programming
- Model checking: algorithmic verification and debugging: model checking, abstract interpretation, symbolic testing
- Towards Verifying the Geometric Robustness of Large-scale Neural Networks
- Fuzzing Book by A. Zeller
- Formal Reasoning About Programs by A. Chlipala
- Static Program Analysis by Anders Møller and Michael I. Schwartzbach
- Intro to Abstraction Interpretation Abramsky and Hakin