Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
87owo authored Feb 10, 2024
1 parent 1d26e46 commit 2f06f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PYAS.py
Original file line number Diff line number Diff line change
Expand Up @@ -1276,9 +1276,9 @@ def protect_proc_thread(self):
p.kill()
self.send_notify(self.trans("惡意軟體攔截: ")+file)
elif ":/Windows" not in file and self.sign_scan(file):
existing_processes.add(p.pid)
self.proc = p
psutil.Process(p.pid).resume()
existing_processes.add(p.pid)
elif not psutil.pid_exists(p.pid):
existing_processes.remove(p.pid)
except:
Expand Down

0 comments on commit 2f06f2e

Please sign in to comment.