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 KfRaiseIrql and some Etw APIs #73

Merged
merged 4 commits into from
Aug 2, 2023
Merged

Add KfRaiseIrql and some Etw APIs #73

merged 4 commits into from
Aug 2, 2023

Conversation

dthaler
Copy link
Contributor

@dthaler dthaler commented Aug 2, 2023

  • Add support for KfRaiseIrql(), including tests. The DDK just defines KeRaiseIrql() as an inline wrapper around KfRaiseIrql() so we need to expose KfRaiseIrql() when linking.
  • Add support for EtwRegister() and EtwUnregister(), including tests.
  • Add empty stubs for EtwWriteTransfer() and EtwSetInformation().
  • Remove unused function test_probe_for_read_exception_filter().

Addresses parts of #69 #70

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
Signed-off-by: Dave Thaler <dthaler@microsoft.com>
The DDK just defines KeRaiseIrql as inline wrapper around KfRaiseIrql
so we need to expose KfRaiseIrql when linking.

Addresses part of #69

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
Addresses part of #70

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
@dthaler dthaler merged commit 5a54517 into main Aug 2, 2023
5 checks passed
@dthaler dthaler deleted the etw branch August 2, 2023 17:38
This was referenced Aug 2, 2023
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.

2 participants