Skip to content

Update script

Joachim Metz edited this page May 10, 2016 · 5 revisions

Introduction

update.py is a Python script to ease the process of keeping plaso and dfVFS dependencies up to date.

update.py only works on the more common versions of Mac OS X and Windows. For Ubuntu use the packages provided via the gift PPA.

The update script obtains the packages from: https://github.com/log2timeline/l2tbinaries

Updated target: Windows

On Windows the update.py script requires Python WMI.

E.g. to update the dfVFS dependencies run:

set PYTHONPATH=.
C:\Python27\python.exe tools\update.py  --preset=dfvfs

Clone this wiki locally