Microsoft.Diagnostics.Tracing.TraceEventv3.1.14
License: Permissive (MIT)
Published: about 2 months ago
Published: about 2 months ago
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows.
You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class.
The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources)
and parse the events they emit.
The library includes
-- TraceEventSession which can enable ETW providers,
-- EtwTraceEventSource which lets you read the stream of ETW events, and
-- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events.
See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
Warning
Risk: Hardening
1 modern mitigations missing
SAFE Assessment
Compliance
Licenses
No license compliance issues
Secrets
No sensitive information found
Security
Vulnerabilities
No known vulnerabilities detected
Hardening
1 modern mitigations missing
Threats
Tampering
No evidence of software tampering
Malware
No evidence of malware inclusion
Issues
medium
Detected Windows executable files that do not implement delayed import function hijacking mitigation protection.
hardening
medium
Detected Windows shared library files that do not suppress exports which reduces CFG vulnerability mitigation protection effectiveness.
hardening
medium
Detected Windows executable files that do not implement CFG vulnerability mitigation protection.
hardening
low
Detected digital signatures that have not been performed with an extended validation certificate.
signatures
low
Detected digital signatures that rely on a weak digest algorithm for integrity validation.
signatures
Behaviors
Vulnerabilities
Downloads
62.68M
Total Downloads
Maintenance
2
Maintainers
Dependencies
6
Declared Dependencies
Dependents
0
Dependents
Issues per Version Graph
Scanned 3 days ago