mirror of
https://github.com/ksluckow/awesome-symbolic-execution.git
synced 2026-06-20 16:45:28 +08:00
Added new Java DSE engine to the list.
Added SWAT, a new DSE engine for Java, to the list of existing engines.
This commit is contained in:
parent
40e8cc3054
commit
ad04e1b633
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
* [JFuzz](http://people.csail.mit.edu/akiezun/jfuzz/) - Concolic execution tool built on [Java PathFinder](https://babelfish.arc.nasa.gov/trac/jpf/).
|
||||
* [JBSE](http://pietrobraione.github.io/jbse/) - Symbolic execution tool that uses a custom JVM. Supports CVC3, CVC4, Sicstus, and Z3.
|
||||
* [Key](https://www.key-project.org/) - Theorem Prover that uses specifications written in Java Modeling Language (JML).
|
||||
* [SWAT](https://github.com/SWAT-project/SWAT) - Loosely coupled dynamic symbolic execution using [ASM](https://asm.ow2.io) for instrumentation, [JavaSMT](https://github.com/sosy-lab/java-smt) for formula generation and currently [Z3](https://github.com/Z3Prover/z3) as a solver.
|
||||
|
||||
|
||||
### LLVM
|
||||
|
|
|
|||
Loading…
Reference in a new issue