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

https://github.com/vaeb/uom-63342


https://github.com/vaeb/uom-63342

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# UoM-63342

The program that I have developed for the seminar will generate new Java files to reproduce vulnerabilities discovered by JBMC (Java Bounded Model Checking). Works successfully, although there are limitations to the acceptable nondeterministic data types. Current acceptable nondeterministic data types:
- Ints
- Floats
- Doubles
- Strings

### Examples:

Run against a single Java class file named 'Simple':
```
node src/counterexample.js --unwind 5 --path src/Simple
```
Run against all SV-COMP tests:
```
node src/counterexample.js --unwind 5 --path svc
```