AvivShabtay / Stresser

Anti-Malware security solution for Windows environment.
MIT License
16 stars 15 forks source link

Uninstall process safety #25

Closed AvivShabtay closed 3 years ago

AvivShabtay commented 3 years ago

Corresponding to ProcessArtifact:

  1. Check if the process still exists (by it's PID) after signaling policy-changed event, then try to close it.
  2. Accept number of tries & sleep amount - try to do the action, then wait and repeat until the action is preformed or you have reached the number of tries.