Skip to content

Commit

Permalink
Remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcondiro committed Oct 10, 2024
1 parent 9318d37 commit 5e71eae
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 142 deletions.
2 changes: 1 addition & 1 deletion fuzzers/baby/baby_fuzzer_intel_pt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.13.2"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",
"Marco Cavenati",
"Marco Cavenati <cavenatimarco@gmail.com>",
]
edition = "2021"

Expand Down
2 changes: 0 additions & 2 deletions libafl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ intel_pt = [
"dep:proc-maps",
"dep:bitbybit",
"dep:arbitrary-int",
"dep:similar",
]

## Enables features for corpus minimization
Expand Down Expand Up @@ -295,7 +294,6 @@ libipt = { git = "https://github.com/Marcondiro/libipt-rs", optional = true } #
proc-maps = { version = "0.3.2", optional = true }
bitbybit = { version = "1.3.2", optional = true }
arbitrary-int = { version = "1.2.7", optional = true }
similar = { version = "2.6.0", optional = true, features = ["bytes"] }

[target.'cfg(target_os = "linux" )'.dependencies]
caps = { version = "0.5.5", optional = true }
Expand Down
5 changes: 0 additions & 5 deletions libafl/src/feedbacks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ pub mod new_hash_feedback;
pub mod stdio;
pub mod transferred;

//#[cfg(feature = "intel_pt")]
//pub mod intel_pt;
//#[cfg(feature = "intel_pt")]
//pub use intel_pt::*;

#[cfg(feature = "introspection")]
use crate::state::HasClientPerfMonitor;

Expand Down
1 change: 0 additions & 1 deletion libafl/src/observers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ pub mod value;

/// List observer
pub mod list;

use core::{fmt::Debug, time::Duration};
#[cfg(feature = "std")]
use std::time::Instant;
Expand Down
1 change: 0 additions & 1 deletion libafl_qemu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ libafl = { path = "../libafl", version = "0.13.2", default-features = false, fea
"std",
"derive",
"regex",
"intel_pt",
] }
libafl_bolts = { path = "../libafl_bolts", version = "0.13.2", default-features = false, features = [
"std",
Expand Down
131 changes: 0 additions & 131 deletions libafl_qemu/src/modules/systemmode/intel_pt.rs

This file was deleted.

1 change: 0 additions & 1 deletion libafl_qemu/src/qemu/systemmode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ impl CPU {
true,
);
}
// TODO: Is this doc comment up to date? in systemmode g2h is not used i think
/// Read a value from a guest address.
///
/// # Safety
Expand Down

0 comments on commit 5e71eae

Please sign in to comment.