https://github.com/nsidorenco/secco
https://github.com/nsidorenco/secco
concolic-execution dynamic-analysis symbolic-execution
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nsidorenco/secco
- Owner: Nsidorenco
- License: epl-1.0
- Created: 2018-02-14T19:29:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T21:15:50.000Z (about 8 years ago)
- Last Synced: 2025-02-10T07:30:44.356Z (over 1 year ago)
- Topics: concolic-execution, dynamic-analysis, symbolic-execution
- Language: Clojure
- Size: 182 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Secco
A language build in Clojure, for usage in concolic execution (symbolic and concrete testing)
## Usage
```lein run "program.sec" ```
```-ast``` For Abstract Syntax Tree made in Graphviz (Rhizome)
```-cfg``` For Control Flow Graph made in Graphviz (Rhizome)
```-sym``` For Symbolic Execution
## License
Copyright © 2018 Nicolai Wiwe Andersen, Jesper Brodersen, Nikolaj Sidorenco
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.