Metadata-Version: 2.1
Name: prefetch-parser
Version: 1.0.0
Summary: 
Home-page: https://github.com/DavidCruciani/prefetch_parser
License: BSD-2-Clause
Keywords: prefetch
Author: David Cruciani
Author-email: david.cruciani@circl.lu
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: libscca-python (>=20221027,<20221028)
Project-URL: Repository, https://github.com/DavidCruciani/prefetch_parser
Description-Content-Type: text/markdown

# prefetch-parser
A parser of Windows prefetch file.

This repo is strongly inspired from [prefetch2es](https://github.com/sumeshi/prefetch2es), I kept only the part that interest me.



## Usage

~~~bash
dacru:~/git/prefetch-parser/ $ python prefetch_parser.py -h
usage: prefetch_parser.py [-h] [-f PREFETCHFILE] [-o JSONFILE]

optional arguments:
  -h, --help            show this help message and exit
  -f PREFETCHFILE, --prefetchfile PREFETCHFILE
                        Windows Prefetch file.
  -o JSONFILE, --jsonfile JSONFILE
                        Output json file path. '-' will print command output on terminal.
~~~




