This is a program analysis tool for Java that uses Concolic Execution. This is a combination of symbolic and concrete execution: As a program is executed concretely, COASTAL collects information to describe the execution trace symbolically. At the end of the execution, a modified path is passed to the Green library is used to find new program inputs, and the process is repeated.
For more information, including installation and usage guides, visit https://deepseaplatform.github.io/coastal/.
- Someone
- Someone else