Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Ben-Amram <omerbenamram@gmail.com>2019-06-04 13:48:45 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2019-06-04 13:48:45 +0300
commit6176d1223ccceee81cfd81f6a73314d289f83e11 (patch)
tree792834a3252d2aadd3e251f1daed780f3b3af464
parent905a9e8038b6e2e2a92445c3ceb05b4ea0541d06 (diff)
parent3a45ec29e7f91687dbfa1b4d58b1187915e037e2 (diff)
Merge branch 'master' of https://github.com/omerbenamram/mft
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b425151..5de01d0 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ use mft::attribute::MftAttributeContent;
use std::path::PathBuf;
fn main() {
- // Change this to a path of your .evtx sample.
+ // Change this to a path of your MFT sample.
let fp = PathBuf::from(format!("{}/samples/MFT", std::env::var("CARGO_MANIFEST_DIR").unwrap()));
let mut parser = MftParser::from_path(fp).unwrap();