microsoft / krabsetw

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

Add compatibility with 'phnt' library (https://github.com/processhacker/phnt) #149

Closed starix closed 3 years ago

starix commented 3 years ago

Sorry for delay. I think last changes do not break library's logic and meet my goals. What do you think about it?

swannman commented 3 years ago

@starix will you be consuming these changes via the KrabsETW nuget? If so, could you update the version number here?

starix commented 3 years ago

@swannman Do I need to fix O365.Security.Native.ETW.nuspec and O365.Security.Native.ETW.Debug.nuspec? I personally do not use NuGet. Do I need synchronize version in all files?

swannman commented 3 years ago

@starix if you aren't consuming this via nuget then I don't think we need to update the .nuspec files for this change. Thanks!