RansomWatch icon indicating copy to clipboard operation
RansomWatch copied to clipboard

Blue Screen Error: IRQL_LESS_OR_EQUAL

Open hishamsyed0 opened this issue 3 years ago • 2 comments
trafficstars

Stop Code: IRQL_LESS_OR_EQUAL when starting Application.exe

hishamsyed0 avatar Mar 02 '22 16:03 hishamsyed0

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.

RafWu avatar Mar 08 '22 06:03 RafWu

A partial solution here: https://github.com/RafWu/RansomWatch/issues/6

dlescos avatar Jan 10 '23 15:01 dlescos