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

github.com/windirstat/RustyMft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seyer <matthew.seyer@gmail.com>2017-04-21 06:44:42 +0300
committerGitHub <noreply@github.com>2017-04-21 06:44:42 +0300
commit913deaba8338c3aacffef4a33fc53638d34b8daf (patch)
tree7fde03f6368151f6630f522319828e3274b4d338
parentc103f961ffca9828fb4ce36a836ea75532df0841 (diff)
Update README.md
-rw-r--r--README.md54
1 files changed, 54 insertions, 0 deletions
diff --git a/README.md b/README.md
index 56fae7f..e1b9c85 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,56 @@
# RustyMft
MFT to JSON
+
+## Example output
+``` json
+{
+ "header": {
+ "signature": 1162627398,
+ "usa_offset": 48,
+ "usa_size": 3,
+ "logfile_sequence_number": "1094958",
+ "sequence": 1,
+ "hard_link_count": 1,
+ "fst_attr_offset": 56,
+ "flags": "ALLOCATED",
+ "entry_size_real": 808,
+ "entry_size_allocated": 1024,
+ "base_reference": "0",
+ "next_attribute_id": 7,
+ "record_number": 47,
+ "update_sequence_value": 0
+ },
+ "attr_standard_info": [
+ {
+ "created": "2017-04-20 00:39:37.541",
+ "modified": "2017-04-20 00:40:33.724",
+ "mft_modified": "2017-04-20 00:40:33.724",
+ "accessed": "2017-04-20 00:39:37.541",
+ "file_flags": 32,
+ "max_version": 0,
+ "version": 0,
+ "class_id": 0,
+ "owner_id": 0,
+ "security_id": 268,
+ "quota": "0",
+ "usn": "11120"
+ }
+ ],
+ "attr_filename": [
+ {
+ "parent": "281474976710695",
+ "created": "2017-04-20 00:39:37.541",
+ "modified": "2017-04-20 00:39:37.541",
+ "mft_modified": "2017-04-20 00:40:05.118",
+ "accessed": "2017-04-20 00:39:37.541",
+ "logical_size": "0",
+ "physical_size": "0",
+ "flags": 32,
+ "reparse_value": 0,
+ "name_length": 228,
+ "namespace": 0,
+ "name": "time_for_a_super_super_super_super_super_super_super_super_super_super_super_super_super_super_super_super_super_super_super_super_super_super_super_super_super_super__super_super_super_super_super_super_super_super_longname.txt"
+ }
+ ]
+}
+```