-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Create Ese2csv_SRUM.mkape
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Description: 'Ese2csv: Parsing SRUM Database' | ||
Category: SRUMDatabase | ||
Author: Max Ye | ||
Version: 1.0 | ||
Id: 852b64c1-fd0e-47ec-8aa4-0994dbf5d8d1 | ||
BinaryUrl: https://github.com/MarkBaggett/ese-analyst/archive/master.zip | ||
ExportFormat: csv | ||
Processors: | ||
- | ||
Executable: ese-analyst\ese2csv.exe | ||
CommandLine: -o %destinationDirectory% -p srudb_plugin --plugin-args "%sourceDirectory%\Windows\System32\config\SOFTWARE" -- "%sourceDirectory%\Windows\System32\sru\SRUDB.dat" | ||
ExportFormat: csv | ||
|
||
# Documentation | ||
# https://github.com/MarkBaggett/ese-analyst | ||
# Create a folder "ese-analyst" within the "Modules\bin" KAPE folder | ||
# Place both files "ese2csv.exe" and "srudb_plugin.py" into "Modules\bin\ese-analyst" | ||
# When using this module, the module source should be set to OS drive root directory (e.g. C:\), because parameters use abosulte paths |