-
Notifications
You must be signed in to change notification settings - Fork 58
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
logging nt kernel logger or windows kernel trace #32
Comments
Run as administrator. |
I am running as administrator. All the other providers work fine. |
@joemikhailgwu can you verify this is an issue with pywintrace by trying the same actions on Microsoft Message Analyzer? |
I have encountered the same as above. Running an admin shell on Windows 10. I cannot try and test with MS Message Analyzer as it was deprecated and remove from their sites before November. Ref Code: from log import Log def some_func(log):
log = Log() |
Interestingly I found I could test much of this with logman and found many of the kernel level providers did not provide much via it either. For disks at the kernel level I am getting some useful info with, Microsoft-Windows-Kernel-Disk should anyone be interested. |
When logging nt kernel logger or windows kernel trace providers, there are no results. Any tips?
The text was updated successfully, but these errors were encountered: