Skip to content

Commit 750e7a5

Browse files
author
Amit Raut
committed
Minor changes
1 parent 3f60288 commit 750e7a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

straceExtractor.py.py NtTraceExtractor.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def main():
3232
with open(inputCmdFile, 'r') as cmdFile:
3333
cmdList = cmdFile.readlines()
3434

35+
# Specify the path to the benign executables for filesList variable
3536
filesList = os.listdir("C:\Windows\System32\\")
3637
for exeFile in filesList:
3738
if exeFile.endswith(".exe") and not exeFile == "logoff.exe" and not exeFile == "shutdown":

0 commit comments

Comments
 (0)