From 547202dc84484ca2e09268a4e06a6716803dab09 Mon Sep 17 00:00:00 2001 From: maxk77 Date: Sun, 10 Mar 2024 12:27:00 -0700 Subject: [PATCH 1/2] Create Ese2csv_SRUM.mkape --- Modules/Apps/GitHub/Ese2csv_SRUM.mkape | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 Modules/Apps/GitHub/Ese2csv_SRUM.mkape diff --git a/Modules/Apps/GitHub/Ese2csv_SRUM.mkape b/Modules/Apps/GitHub/Ese2csv_SRUM.mkape new file mode 100755 index 000000000..e00005a8e --- /dev/null +++ b/Modules/Apps/GitHub/Ese2csv_SRUM.mkape @@ -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 From cf88e95ea2d10c6de33ba55dbd3ad61d3d6ede3b Mon Sep 17 00:00:00 2001 From: Andrew Rathbun <36825567+AndrewRathbun@users.noreply.github.com> Date: Sun, 10 Mar 2024 15:58:36 -0400 Subject: [PATCH 2/2] Update Ese2csv_SRUM.mkape fix spelling errors and some formatting --- Modules/Apps/GitHub/Ese2csv_SRUM.mkape | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/Apps/GitHub/Ese2csv_SRUM.mkape b/Modules/Apps/GitHub/Ese2csv_SRUM.mkape index e00005a8e..55398a24e 100755 --- a/Modules/Apps/GitHub/Ese2csv_SRUM.mkape +++ b/Modules/Apps/GitHub/Ese2csv_SRUM.mkape @@ -13,6 +13,6 @@ Processors: # 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 +# Create a folder "ese-analyst" within the ".\KAPE\Modules\bin" folder +# Place both files "ese2csv.exe" and "srudb_plugin.py" into ".\KAPE\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 absolute paths