An open API service indexing awesome lists of open source software.

https://github.com/EricZimmerman/RecentFileCacheParser

Parses RecentFileCacheParser.bcf files
https://github.com/EricZimmerman/RecentFileCacheParser

Last synced: 3 months ago
JSON representation

Parses RecentFileCacheParser.bcf files

Awesome Lists containing this project

README

        

# RecentFileCacheParser

## Command Line Interface

RecentFileCacheParser version 1.0.0.0

Author: Eric Zimmerman ([email protected])
https://github.com/EricZimmerman/RecentFileCacheParser

f File to process. Required
q Only show the filename being processed vs all output. Useful to speed up exporting to json and/or csv

csv Directory to save CSV formatted results to. Be sure to include the full path in double quotes
csvf File name to save CSV formatted results to. When present, overrides default name
json Directory to save json representation to. Use --pretty for a more human readable layout
pretty When exporting to json, use a more human readable layout


Examples: RecentFileCacheParser.exe -f "C:\Temp\RecentFileCache.bcf" --csv "c:\temp"
RecentFileCacheParser.exe -f "C:\Temp\RecentFileCache.bcf" --json "D:\jsonOutput" --jsonpretty

Short options (single letter) are prefixed with a single dash. Long commands are prefixed with two dashes

## Documentation

Parses RecentFileCacheParser.bcf files.

# Download Eric Zimmerman's Tools

All of Eric Zimmerman's tools can be downloaded [here](https://ericzimmerman.github.io/#!index.md).
# Special Thanks

Open Source Development funding and support provided by the following contributors: [SANS Institute](http://sans.org/) and [SANS DFIR](http://dfir.sans.org/).