Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blue Screen Error: IRQL_LESS_OR_EQUAL #6

Open
hishamsyed0 opened this issue Mar 2, 2022 · 2 comments
Open

Blue Screen Error: IRQL_LESS_OR_EQUAL #6

hishamsyed0 opened this issue Mar 2, 2022 · 2 comments

Comments

@hishamsyed0
Copy link

Stop Code: IRQL_LESS_OR_EQUAL when starting Application.exe

@hishamsyed0 hishamsyed0 changed the title Blue Screen Blue Screen Error Mar 2, 2022
@hishamsyed0 hishamsyed0 changed the title Blue Screen Error Blue Screen Error: IRQL_LESS_OR_EQUAL Mar 2, 2022
@RafWu
Copy link
Owner

RafWu commented Mar 8, 2022

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.

@dlescos
Copy link

dlescos commented Jan 10, 2023

A partial solution here: #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants