Skip to content

Commit

Permalink
Casr-libfuzzer and casr-afl refactoring (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avgor46 committed Sep 30, 2023
1 parent f8ee048 commit 4ec65b7
Show file tree
Hide file tree
Showing 14 changed files with 761 additions and 713 deletions.
2 changes: 2 additions & 0 deletions casr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ license = "Apache-2.0"
exclude = ["/tests"]

[dependencies]
shell-words = "1.1"
anyhow = "1.0"
clap = { version = "4.2", features = ["wrap_help", "cargo"] }
chrono = "0.4"
Expand All @@ -23,6 +24,7 @@ gdb-command = "0.7"
nix = "0.26"
rayon = "1.7"
num_cpus = "1.15"
is_executable = "1.0"
linux-personality = "1.0"
colored = "2.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 4ec65b7

Please sign in to comment.