Neo23x0 / Raccine

A Simple Ransomware Vaccine
The Unlicense
942 stars 123 forks source link

Suspended processes doesn't resume #76

Closed Neo23x0 closed 3 years ago

Neo23x0 commented 3 years ago

@Eran-YT : since your latest refactoring, not all suspended processes don't get resumed anymore

https://github.com/Neo23x0/Raccine/commit/a385f3063c62e4991f4030a1219d19efbdd60af8

It doesn't happen all the time, but in 50% of the cases that I've tested.

Screenshot 2020-10-26 234941

image

Neo23x0 commented 3 years ago

I tried to fix it with this commit https://github.com/Neo23x0/Raccine/commit/6c3c8a1710c917bb038d425335482da0cfcf0985

I am still not sure why it was there.

Neo23x0 commented 3 years ago

It still suspends processes indefinitely. My fix didn't do it.

e.g. Running VSCode with Powershell integration looks like this:

image

Screenshot 2020-10-27 095505

image

Eran-YT commented 3 years ago

I'll try to fix it