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 fa3a950 commit 6da4c53Copy full SHA for 6da4c53
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", rev = "9784c02dffa8572d1bd3b44b40bc4b24eb1a7946" }
+unicorn-engine = { git = "https://github.com/unicorn-engine/unicorn", rev = "3d2febe82da9fa040625f0426d920c5d8aab9f89" }
29
log = "0.4"
30
nix = { version = "0.30", features = ["signal"] }
31
env_logger = { version = "0.11", optional = true }
0 commit comments