RansomWatch
RansomWatch copied to clipboard
Blue Screen Error: IRQL_LESS_OR_EQUAL
trafficstars
Stop Code: IRQL_LESS_OR_EQUAL when starting Application.exe
Hi, the code is provided as is, and was tested on earlier builds of Windows. This issue usually happens when a driver tries to access pool memory in high priv area (page fault must not be done in this case) or null dereferencing or bad pointer, this is usually a memory related issue.
A partial solution here: https://github.com/RafWu/RansomWatch/issues/6