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

Issue 306070043: [plaso] Refactored preprocess plugins to directly use knowledge base #241 (Closed)

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

Description

[plaso] Refactored preprocess plugins to directly use knowledge base #241

Patch Set 1 #

Total comments: 44

Patch Set 2 : Changes after merge. #

Total comments: 16

Patch Set 3 : Changes after review. #

Patch Set 4 : Changes after review. #

Patch Set 5 : Changes after merge. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+933 lines, -1101 lines) Patch
M plaso/engine/engine.py View 1 4 chunks +55 lines, -4 lines 0 comments Download
M plaso/engine/knowledge_base.py View 1 1 chunk +9 lines, -0 lines 0 comments Download
M plaso/frontend/image_export.py View 1 2 chunks +1 line, -6 lines 0 comments Download
M plaso/frontend/preg.py View 2 chunks +7 lines, -4 lines 0 comments Download
M plaso/parsers/safari_cookies.py View 1 2 chunks +5 lines, -5 lines 0 comments Download
M plaso/preprocessors/interface.py View 1 4 chunks +158 lines, -146 lines 0 comments Download
M plaso/preprocessors/linux.py View 1 2 1 chunk +44 lines, -88 lines 0 comments Download
M plaso/preprocessors/macosx.py View 1 7 chunks +138 lines, -154 lines 0 comments Download
M plaso/preprocessors/manager.py View 1 2 5 chunks +46 lines, -84 lines 0 comments Download
M plaso/preprocessors/windows.py View 1 2 4 chunks +159 lines, -295 lines 0 comments Download
M tests/parsers/test_lib.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/preprocessors/linux.py View 2 chunks +22 lines, -39 lines 0 comments Download
M tests/preprocessors/macosx.py View 1 2 3 4 3 chunks +70 lines, -95 lines 0 comments Download
M tests/preprocessors/manager.py View 2 chunks +52 lines, -21 lines 0 comments Download
A tests/preprocessors/test_lib.py View 1 2 1 chunk +100 lines, -0 lines 0 comments Download
M tests/preprocessors/windows.py View 1 2 3 4 2 chunks +66 lines, -159 lines 0 comments Download

Messages

Total messages: 22
Joachim Metz
7 years, 8 months ago (2016-08-06 19:58:17 UTC) #1
onager
https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/interface.py File plaso/preprocessors/interface.py (left): https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/interface.py#oldcode50 plaso/preprocessors/interface.py:50: WEIGHT = 3 How do you plan to deal ...
7 years, 8 months ago (2016-08-14 13:53:42 UTC) #2
Joachim Metz
https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/interface.py File plaso/preprocessors/interface.py (left): https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/interface.py#oldcode50 plaso/preprocessors/interface.py:50: WEIGHT = 3 Calculating the pre-processing order. https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/interface.py File ...
7 years, 8 months ago (2016-08-14 14:05:58 UTC) #3
Joachim Metz
Code updated.
7 years, 8 months ago (2016-08-14 14:08:25 UTC) #4
onager
https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/windows.py File plaso/preprocessors/windows.py (right): https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/windows.py#newcode135 plaso/preprocessors/windows.py:135: """Parses Windows Registry value data for a preprocessing attribute. ...
7 years, 8 months ago (2016-08-14 14:09:24 UTC) #5
Joachim Metz
https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/windows.py File plaso/preprocessors/windows.py (right): https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/windows.py#newcode135 plaso/preprocessors/windows.py:135: """Parses Windows Registry value data for a preprocessing attribute. ...
7 years, 8 months ago (2016-08-14 14:26:59 UTC) #6
onager
https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/windows.py File plaso/preprocessors/windows.py (right): https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/windows.py#newcode25 plaso/preprocessors/windows.py:25: value_data (object): Windows Registry value data. str, not object ...
7 years, 8 months ago (2016-08-14 16:58:17 UTC) #7
Joachim Metz
https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/windows.py File plaso/preprocessors/windows.py (right): https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/windows.py#newcode25 plaso/preprocessors/windows.py:25: value_data (object): Windows Registry value data. No value_data is ...
7 years, 8 months ago (2016-08-14 17:15:32 UTC) #8
onager
https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/windows.py File plaso/preprocessors/windows.py (right): https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/windows.py#newcode25 plaso/preprocessors/windows.py:25: value_data (object): Windows Registry value data. On 2016/08/14 17:15:31, ...
7 years, 8 months ago (2016-08-14 17:38:37 UTC) #9
Joachim Metz
https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/windows.py File plaso/preprocessors/windows.py (right): https://codereview.appspot.com/306070043/diff/1/plaso/preprocessors/windows.py#newcode25 plaso/preprocessors/windows.py:25: value_data (object): Windows Registry value data. > Per the ...
7 years, 8 months ago (2016-08-14 17:54:35 UTC) #10
Joachim Metz
Code updated.
7 years, 8 months ago (2016-08-14 17:57:04 UTC) #11
Joachim Metz
Code updated.
7 years, 8 months ago (2016-08-27 05:35:13 UTC) #12
Joachim Metz
Code updated.
7 years, 7 months ago (2016-09-24 10:26:45 UTC) #13
Joachim Metz
Code updated.
7 years, 6 months ago (2016-10-16 15:58:02 UTC) #14
Joachim Metz
Code updated.
7 years, 6 months ago (2016-10-24 19:10:37 UTC) #15
onager
https://codereview.appspot.com/306070043/diff/120001/plaso/preprocessors/linux.py File plaso/preprocessors/linux.py (right): https://codereview.appspot.com/306070043/diff/120001/plaso/preprocessors/linux.py#newcode49 plaso/preprocessors/linux.py:49: """Parses a hostname file-like object. time zone https://codereview.appspot.com/306070043/diff/120001/plaso/preprocessors/linux.py#newcode63 plaso/preprocessors/linux.py:63: ...
7 years, 6 months ago (2016-10-25 15:41:56 UTC) #16
Joachim Metz
https://codereview.appspot.com/306070043/diff/120001/plaso/preprocessors/linux.py File plaso/preprocessors/linux.py (right): https://codereview.appspot.com/306070043/diff/120001/plaso/preprocessors/linux.py#newcode49 plaso/preprocessors/linux.py:49: """Parses a hostname file-like object. On 2016/10/25 15:41:55, onager ...
7 years, 6 months ago (2016-10-25 18:49:10 UTC) #17
Joachim Metz
Code updated.
7 years, 6 months ago (2016-10-25 18:53:26 UTC) #18
Joachim Metz
Code updated.
7 years, 6 months ago (2016-10-26 06:28:51 UTC) #19
onager
LGTM
7 years, 5 months ago (2016-11-01 15:08:06 UTC) #20
Joachim Metz
Code updated.
7 years, 5 months ago (2016-11-01 19:28:22 UTC) #21
Joachim Metz
7 years, 5 months ago (2016-11-01 19:36:24 UTC) #22
Changes have been merged with master branch. To close the review and clean up
the feature branch you can run: python ./utils/review.py close preprocess1
Sign in to reply to this message.

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