Skip to content

Commit

Permalink
scan for hivebins
Browse files Browse the repository at this point in the history
  • Loading branch information
janstarke committed Apr 15, 2024
1 parent a2a322d commit 4bf0aa7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bin/hivescan/hivescanapplication.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use dfir_toolkit::common::bodyfile::Bodyfile3Line;
use indicatif::{ProgressBar, ProgressStyle};
use nt_hive2::*;
use std::fs::File;
use std::time::Duration;

use crate::regtreebuilder::RegTreeBuilder;

Expand Down Expand Up @@ -34,7 +33,6 @@ impl HiveScanApplication {
.unwrap();
let bar = ProgressBar::new(self.hive.as_ref().unwrap().data_size().into());
bar.set_style(progress_style);
bar.enable_steady_tick(Duration::from_millis(100));
bar.set_message("scanning cells");

let builder = RegTreeBuilder::from_hive(self.hive.take().unwrap(), |p| bar.set_position(p));
Expand Down

0 comments on commit 4bf0aa7

Please sign in to comment.