We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f60288 commit 750e7a5Copy full SHA for 750e7a5
straceExtractor.py.py NtTraceExtractor.py
@@ -32,6 +32,7 @@ def main():
32
with open(inputCmdFile, 'r') as cmdFile:
33
cmdList = cmdFile.readlines()
34
35
+ # Specify the path to the benign executables for filesList variable
36
filesList = os.listdir("C:\Windows\System32\\")
37
for exeFile in filesList:
38
if exeFile.endswith(".exe") and not exeFile == "logoff.exe" and not exeFile == "shutdown":
0 commit comments