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

Add KfLowerIrql shim #215

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Add KfLowerIrql shim #215

merged 1 commit into from
Sep 18, 2024

Conversation

Alan-Jowett
Copy link
Member

@Alan-Jowett Alan-Jowett commented Sep 18, 2024

Resolves: #214

This pull request introduces a new function KfLowerIrql to the USERSIM_API and implements it to call the existing KeLowerIrql function. This change enhances the API by providing an additional method to lower the IRQL.

Enhancements to USERSIM_API:

  • inc/usersim/ke.h: Added the declaration of the KfLowerIrql function.
  • src/ke.cpp: Implemented the KfLowerIrql function to call KeLowerIrql.

Signed-off-by: Alan Jowett <[email protected]>
@Alan-Jowett Alan-Jowett merged commit 07b8d70 into microsoft:main Sep 18, 2024
9 checks passed
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

Successfully merging this pull request may close these issues.

KfLowerIrql not defined
2 participants