-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix recursion support for shortest path heursitic (#69)
- use consistent names for CLI arguments - move all tests with external dependencies to tests/ (integration test) - refactor integration tests - define feature `pictures` to optionally generate images of CFG's - execute all integration tests in parallel for every source file - rename directory `symbolic` to `examples` closes #69
- Loading branch information
1 parent
c5c2867
commit ac52676
Showing
42 changed files
with
747 additions
and
344 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,9 @@ authors = ["Christian Mösl <[email protected]>", "Fabian Nedoluha <monste | |
edition = "2018" | ||
description = "Monster is a symbolic execution engine for 64-bit RISC-V code" | ||
|
||
[features] | ||
pictures = [] | ||
|
||
[dependencies] | ||
goblin = "~0.2.3" | ||
byteorder = "~1.3.4" | ||
|
@@ -18,9 +21,11 @@ modinverse = "~0.1.1" | |
log = "~0.4.11" | ||
env_logger = "~0.8.1" | ||
bytesize = "~1.0.1" | ||
itertools = "~0.9.0" | ||
|
||
[dev-dependencies] | ||
serial_test = "~0.4.0" | ||
rayon = "~1.5.0" | ||
tempfile = "~3.1.0" | ||
|
||
[dev-dependencies.cargo-husky] | ||
version = "1" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.