Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(791)

Issue 264250043: Initial version of $MFT parser #316 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 7 months ago by Joachim Metz
Modified:
8 years, 7 months ago
Reviewers:
Joachim Metz, kiddi, onager
CC:
log2timeline-dev_googlegroups.com
Visibility:
Public.

Description

Initial version of $MFT parser. Requires: 258650043

Patch Set 1 : Worked on parser. #

Total comments: 13

Patch Set 2 : Changes after review. #

Patch Set 3 : Changes after merge with upstream. #

Total comments: 5

Patch Set 4 : Worked on tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+641 lines, -147 lines) Patch
M ACKNOWLEDGEMENTS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M plaso/dependencies.py View 2 chunks +2 lines, -2 lines 0 comments Download
A plaso/events/file_system_events.py View 1 2 3 1 chunk +91 lines, -0 lines 0 comments Download
M plaso/formatters/__init__.py View 1 1 chunk +1 line, -1 line 0 comments Download
A plaso/formatters/file_system.py View 1 chunk +139 lines, -0 lines 0 comments Download
D plaso/formatters/filestat.py View 1 chunk +0 lines, -70 lines 0 comments Download
M plaso/parsers/__init__.py View 1 chunk +1 line, -0 lines 0 comments Download
M plaso/parsers/filestat.py View 2 chunks +2 lines, -26 lines 0 comments Download
A plaso/parsers/ntfs.py View 1 2 3 1 chunk +221 lines, -0 lines 0 comments Download
A test_data/MFT View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M tests/engine/collector.py View 1 chunk +1 line, -0 lines 0 comments Download
A + tests/formatters/file_system.py View 1 chunk +15 lines, -13 lines 0 comments Download
D tests/formatters/filestat.py View 1 chunk +0 lines, -34 lines 0 comments Download
M tests/parsers/filestat.py View 1 chunk +1 line, -1 line 0 comments Download
A tests/parsers/ntfs.py View 1 2 3 1 chunk +165 lines, -0 lines 0 comments Download
M tools/log2timeline_test.py View 1 chunk +1 line, -0 lines 0 comments Download
M tools/psort_test.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12
Joachim Metz
8 years, 7 months ago (2015-09-15 20:54:33 UTC) #1
Joachim Metz
Code updated.
8 years, 7 months ago (2015-09-15 20:56:20 UTC) #2
onager
https://codereview.appspot.com/264250043/diff/20001/plaso/events/file_system_events.py File plaso/events/file_system_events.py (right): https://codereview.appspot.com/264250043/diff/20001/plaso/events/file_system_events.py#newcode52 plaso/events/file_system_events.py:52: name: string containing the name, set to None if ...
8 years, 7 months ago (2015-09-18 09:21:20 UTC) #3
Joachim Metz
https://codereview.appspot.com/264250043/diff/20001/plaso/events/file_system_events.py File plaso/events/file_system_events.py (right): https://codereview.appspot.com/264250043/diff/20001/plaso/events/file_system_events.py#newcode52 plaso/events/file_system_events.py:52: name: string containing the name, set to None if ...
8 years, 7 months ago (2015-09-18 19:24:53 UTC) #4
Joachim Metz
https://codereview.appspot.com/264250043/diff/20001/tests/parsers/ntfs.py File tests/parsers/ntfs.py (right): https://codereview.appspot.com/264250043/diff/20001/tests/parsers/ntfs.py#newcode1 tests/parsers/ntfs.py:1: #!/usr/bin/python I've added comments for now.
8 years, 7 months ago (2015-09-23 07:04:49 UTC) #5
Joachim Metz
Code updated.
8 years, 7 months ago (2015-09-23 07:08:11 UTC) #6
Joachim Metz
Code updated.
8 years, 7 months ago (2015-09-23 07:10:14 UTC) #7
Joachim Metz
Code updated.
8 years, 7 months ago (2015-09-24 03:03:48 UTC) #8
onager
https://codereview.appspot.com/264250043/diff/80001/plaso/events/file_system_events.py File plaso/events/file_system_events.py (right): https://codereview.appspot.com/264250043/diff/80001/plaso/events/file_system_events.py#newcode30 plaso/events/file_system_events.py:30: file_system_type: the filesystem this timestamp is extracted from. As ...
8 years, 7 months ago (2015-09-28 12:08:49 UTC) #9
Joachim Metz
https://codereview.appspot.com/264250043/diff/80001/plaso/events/file_system_events.py File plaso/events/file_system_events.py (right): https://codereview.appspot.com/264250043/diff/80001/plaso/events/file_system_events.py#newcode30 plaso/events/file_system_events.py:30: file_system_type: the filesystem this timestamp is extracted from. On ...
8 years, 7 months ago (2015-09-29 06:33:11 UTC) #10
Joachim Metz
Code updated.
8 years, 7 months ago (2015-09-29 06:34:51 UTC) #11
onager
8 years, 7 months ago (2015-09-29 07:18:34 UTC) #12
On 2015/09/29 06:34:51, Joachim Metz wrote:
> Code updated.

LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b