microsoft / krabsetw

KrabsETW provides a modern C++ wrapper and a .NET wrapper around the low-level ETW trace consumption functions.
Other
581 stars 149 forks source link

Add trace parsing from a file instead of realtime #206

Closed acyr closed 1 year ago

acyr commented 1 year ago

Add a new interface set_trace_filename() that will enable reading from an ETL file rather than real-time capture. Also added a new NativeExample that demonstrates this capability with a sample ETL.

acyr commented 1 year ago

@microsoft-github-policy-service agree

swannman commented 1 year ago

@acyr do you want to bump the version number in the three .nuspec files in the root of the project so we can publish updated nugets?