Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions analyzer/windows/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,6 @@ def _handle_process(self, data):
"""Request for injection into a process."""
# Parse the process identifier.
# PROCESS:1:1824,2856
suspended = False
process_id = thread_id = None
# We parse the process ID.
pid_s, tid_s = data.split(b",", 1)
Expand All @@ -1352,7 +1351,6 @@ def _handle_process(self, data):
config=self.analyzer.config,
pid=process_id,
thread_id=thread_id,
suspended=suspended,
)
filepath = proc.get_filepath() # .encode('utf8', 'replace')
# if it's a URL analysis, provide the URL to all processes as
Expand Down