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 BenAmram <omerbenamram@gmail.com>2019-06-05 08:41:10 +0300
committerGitHub <noreply@github.com>2019-06-05 08:41:10 +0300
commitc2e59b9c88f28ff79dca7f166c1d911e4600976a (patch)
treec81d28b390dca826674a251d183e9392f93076eb
parent971c768c97d08f615a6057fcd7138220ab9cfa16 (diff)
parent176be4f552a040aa6abfca0ce9cd5f153ad0c806 (diff)
Merge pull request #7 from oylenshpeegul/patch-1
Typo: input file, not evtx file
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5de01d0..f642131 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,8 @@ Python bindings are available as well at https://github.com/omerbenamram/pymft-r
The main binary utility provided with this crate is `mft_dump`, and it provides a quick way to convert mft snapshots to different output formats.
Some examples
- - `mft_dump <evtx_file>` will dump contents of mft entries as JSON.
- - `mft_dump -o csv <evtx_file>` will dump contents of mft entries as CSV.
+ - `mft_dump <input_file>` will dump contents of mft entries as JSON.
+ - `mft_dump -o csv <input_file>` will dump contents of mft entries as CSV.
- `mft_dump --extract-resident-streams <output_directory> -o json <input_file>` will extract all resident streams in MFT to files in <output_directory>.
# Library usage: