Skip to content

Commit eba4806

Browse files
committed
Test fix
1 parent 270b94e commit eba4806

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ hashbrown = { version = "0.14.5", default-features = false } # A faster hashmap,
9999
just = "1.40.0"
100100
libc = "0.2.159" # For (*nix) libc
101101
libipt = "0.3.0"
102+
libipt-sys = { git = "https://github.com/sum-catnip/libipt-sys" }
102103
log = "0.4.22"
103104
meminterval = "0.4.1"
104105
mimalloc = { version = "0.1.43", default-features = false }

libafl_intelpt/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ bitbybit = { workspace = true }
3131
libafl_bolts = { workspace = true }
3232
libc = { workspace = true }
3333
libipt = { workspace = true, optional = true }
34+
libipt-sys = { git = "https://github.com/sum-catnip/libipt-sys" }
3435
log = { workspace = true }
3536
num_enum = { workspace = true, default-features = false }
3637
num-traits = { workspace = true, default-features = false }

0 commit comments

Comments
 (0)