We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269b2cf commit 7b79cd8Copy full SHA for 7b79cd8
Cargo.toml
@@ -25,7 +25,7 @@ libafl_bolts = { git = "https://github.com/AFLplusplus/LibAFL", rev = "c604d2dac
25
# libafl_bolts = {path = "../LibAFL/libafl_bolts"}
26
27
serde = { version = "1.0", features = ["derive"] }
28
-unicorn-engine = { git = "https://github.com/unicorn-engine/unicorn-engine-rs", rev = "6eec7d8b78ff7542101212eb734d87f317cc2930" }
+unicorn-engine = { git = "https://github.com/unicorn-engine/unicorn-engine-rs", rev = "4c1aff177e7846bbda3e560c18a613c2bbd0d130" }
29
log = "0.4"
30
nix = { version = "0.30", features = ["signal"] }
31
env_logger = { version = "0.11", optional = true }
0 commit comments