An open API service indexing awesome lists of open source software.

https://github.com/nanofuzz/nanofuzz-examples

A tutorial and a set of examples for playing with NaNofuzz
https://github.com/nanofuzz/nanofuzz-examples

Last synced: about 23 hours ago
JSON representation

A tutorial and a set of examples for playing with NaNofuzz

Awesome Lists containing this project

README

          

# nanofuzz-examples

A set of buggy example programs for playing with [NaNofuzz](https://github.com/nanofuzz/nanofuzz/) plus a tutorial that can typically be completed in under eleven minutes. If reading this on GitHub, click Code->Codespaces->Create to immediately get started!

```
./
tutorial/ NaNofuzz tutorial
examples/ NaNofuzz examples
```

Several of the example programs have bugs that may be detected using NaNofuzz' heuristic validator.
Other examples (e.g., roman, lcm, identitymatrix, modinv, normd) require human or property validators to identify some of the bugs.