October 2023
Intermediate to advanced
312 pages
8h 26m
English
Using the Event Tracing for Windows (ETW) logging facility, developers can program their applications to emit events, consume events from other components, and control event-tracing sessions. This allows them to trace the execution of their code and monitor or debug potential issues. It may be helpful to think of ETW as an alternative to printf-based debugging; the messages are emitted over a common channel using a standard format rather than printed to the console.
In a security context, ETW provides valuable telemetry that wouldn’t otherwise be available to an endpoint agent. For example, the common language ...
Read now
Unlock full access