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 4823fa4 commit 1f2ace9Copy full SHA for 1f2ace9
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", branch = "dev" }
+unicorn-engine = { git = "https://github.com/unicorn-engine/unicorn", rev = "cbdd00046af48c87d752d81cb57e4f9942dbb957" }
29
log = "0.4"
30
nix = { version = "0.30", features = ["signal"] }
31
env_logger = { version = "0.11", optional = true }
0 commit comments