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

Cannot list IRPs for drivers #29

Closed
NtSanya opened this issue Jun 27, 2022 · 2 comments
Closed

Cannot list IRPs for drivers #29

NtSanya opened this issue Jun 27, 2022 · 2 comments

Comments

@NtSanya
Copy link

NtSanya commented Jun 27, 2022

For some reason I cannot see the object tab in the driver properties for displaying the IRPs for drivers.

I already have set testsigning and local debugging enabled:

testsigning

debgsettings

I rebooted the machine for the effects to take place, but I'm still not able to see any IRPs. What gives?

@hfiref0x
Copy link
Owner

hfiref0x commented Jun 28, 2022

Test signing is not required.
Show the output of View->System Information, fields

Driver.LoadStatus
Driver.OpenStatus
Driver.IsOurLoad
Driver.SelectedProvider

It is likely that you didn't enabled debug mode.
run bcdedit -debug on in elevated command prompt.
The dbgsettings you show doesn't enable debug mode, it sets debug settings, the "local" is a default value and will be displayed regardless of debug mode state.

@NtSanya
Copy link
Author

NtSanya commented Jun 28, 2022

you're right, i didn't enable debug mode. I did it now and Driver.IsOurLoad is TRUE and I can see the IRPs, thanks!

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

No branches or pull requests

2 participants