-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code review: 153320043: Changes for project move.
- Loading branch information
1 parent
82ff2c7
commit 288c2b3
Showing
12 changed files
with
34 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
plaso (Plaso Langar Að Safna Öllu) is a Python-based backend engine for the tool log2timeline. | ||
|
||
log2timeline is a tool designed to extract timestamps from various files found on a typical computer system(s) and aggregate them. | ||
|
||
The initial purpose of plaso was to have the timestamps in a single place for computer forensic analysis (aka Super Timeline). | ||
|
||
However plaso has become a framework that supports: | ||
* adding new parsers or parsing plug-ins; | ||
* adding new analysis plug-ins; | ||
* writing one-off scripts to automate repetitive tasks in computer forensic analysis or equivalent. | ||
|
||
And is moving to support: | ||
* adding new general purpose parses/plugins that may not have timestamps associated to them; | ||
* adding more analysis context; | ||
* allowing more targeted approach to the collection/parsing. | ||
|
||
Also see: | ||
* log2timeline: http://plaso.kiddaland.net/usage/log2timeline/ | ||
* Project documentation: http://plaso.kiddaland.net/ | ||
* Downloads: https://googledrive.com/host/0B30H7z4S52FleW5vUHBnblJfcjg/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Priority: extra | |
Maintainer: Log2Timeline <[email protected]> | ||
Build-Depends: debhelper (>= 7.0.0), python, python-setuptools | ||
Standards-Version: 3.9.2 | ||
Homepage: http://code.google.com/p/plaso/ | ||
Homepage: https://github.com/log2timeline/plaso/ | ||
|
||
Package: python-plaso | ||
Architecture: any | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
ACKNOWLEDGEMENTS | ||
AUTHORS | ||
LICENSE.TXT | ||
LICENSE | ||
README |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ release = 1 | |
packager = Plaso development team <[email protected]> | ||
doc_files = ACKNOWLEDGEMENTS | ||
AUTHORS | ||
LICENSE.TXT | ||
LICENSE | ||
README | ||
build_requires = python-setuptools | ||
requires = bencode | ||
dfvfs | ||
|