You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for publishing digitally signed version of minifilter driver while keeping its code in open source.
However, I noticed that you have same bug which exists even original code RansomWatch that this function is not valid way to detect device path to Windows folder at least with all the possible configurations:
DbgPrint("Set system root path %ls\n", systemRootPath);
}
This is what I see on debug logging:
FSFIlter: Entered FSInstanceSetup
loaded scanner successfully!!! user connected, port=0xFFFFB60D816F6310
Set system root path \Device\harddiskVolume\Win
And what I don't see are !!! FSFilter: Open Process not recorded, both parent and process are safe messages.
Tested with v1.1.0 on Windows 10, version 1809 (which basically same than Windows Server 2019) with both UEFI and non-UEFI installation and behavior is same on both of them.
I also tested that if I hardcode system root path to \Device\HarddiskVolume3\Windows then on my UEFI setup then safe processes are detected like expected.
The text was updated successfully, but these errors were encountered:
Thanks for publishing digitally signed version of minifilter driver while keeping its code in open source.
However, I noticed that you have same bug which exists even original code RansomWatch that this function is not valid way to detect device path to Windows folder at least with all the possible configurations:
Owlyshield/owlyshield_minifilter/OwlyshieldRansomFilter/DriverData.h
Lines 53 to 62 in a4dbfce
This is what I see on debug logging:
And what I don't see are
!!! FSFilter: Open Process not recorded, both parent and process are safe
messages.Tested with v1.1.0 on Windows 10, version 1809 (which basically same than Windows Server 2019) with both UEFI and non-UEFI installation and behavior is same on both of them.
I also tested that if I hardcode system root path to
\Device\HarddiskVolume3\Windows
then on my UEFI setup then safe processes are detected like expected.The text was updated successfully, but these errors were encountered: