Skip to content

Commit

Permalink
Updated doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Oct 30, 2024
1 parent aff4781 commit 8c1937b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/binwalk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,8 @@ impl Binwalk {
/// Some(extraction_directory),
/// None,
/// None,
/// None)?;
/// None,
/// false)?;
///
/// let file_data = std::fs::read(&binwalker.base_target_file).expect("Unable to read file");
///
Expand Down Expand Up @@ -647,7 +648,8 @@ impl Binwalk {
/// Some(extraction_directory),
/// None,
/// None,
/// None)?;
/// None,
/// false)?;
///
/// let analysis_results = binwalker.analyze(&binwalker.base_target_file, true);
///
Expand Down

0 comments on commit 8c1937b

Please sign in to comment.