From f0dd7a47be9710eefa540c85948bf9d0dd4500af Mon Sep 17 00:00:00 2001 From: "Minghao Hu (Shanghai Wicresoft Co Ltd)" Date: Wed, 5 Jun 2024 14:04:37 +0800 Subject: [PATCH 1/2] Update package versions and release notes. --- O365.Security.Native.ETW.Debug.nuspec | 6 +++--- O365.Security.Native.ETW.nuspec | 6 +++--- krabsetw.nuspec | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/O365.Security.Native.ETW.Debug.nuspec b/O365.Security.Native.ETW.Debug.nuspec index aefcfba..e02450f 100644 --- a/O365.Security.Native.ETW.Debug.nuspec +++ b/O365.Security.Native.ETW.Debug.nuspec @@ -2,7 +2,7 @@ Microsoft.O365.Security.Native.ETW.Debug - 4.3.2 + 4.4.0 Microsoft.O365.Security.Native.ETW Debug - managed wrappers for krabsetw Microsoft Microsoft @@ -12,8 +12,8 @@ Microsoft.O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. This is the Debug build. Microsoft.O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. This is the Debug build. - Version 4.3.2: - - Add support for ETL file sources + Version 4.4.0: + - Add support for Windows ARM64 © Microsoft Corporation. All rights reserved. diff --git a/O365.Security.Native.ETW.nuspec b/O365.Security.Native.ETW.nuspec index 58fb5b9..58d81e6 100644 --- a/O365.Security.Native.ETW.nuspec +++ b/O365.Security.Native.ETW.nuspec @@ -2,7 +2,7 @@ Microsoft.O365.Security.Native.ETW - 4.3.2 + 4.4.0 Microsoft.O365.Security.Native.ETW - managed wrappers for krabsetw Microsoft Microsoft @@ -12,8 +12,8 @@ Microsoft.O365.Security.Native.ETW is a managed wrapper around the krabsetw ETW library. Microsoft.O365.Security.Native.ETW is a managed wrapper around the krabsetw ETW library. - Version 4.3.2: - - Add support for ETL file sources + Version 4.4.0: + - Add support for Windows ARM64 © Microsoft Corporation. All rights reserved. diff --git a/krabsetw.nuspec b/krabsetw.nuspec index 1a9ad1d..89eec67 100644 --- a/krabsetw.nuspec +++ b/krabsetw.nuspec @@ -2,7 +2,7 @@ Microsoft.O365.Security.Krabsetw - 4.3.2 + 4.4.0 Krabs ETW Wrappers Microsoft Microsoft @@ -12,8 +12,8 @@ Krabs ETW provides a modern C++ wrapper around the low-level ETW trace consumption functions Krabs ETW provides a modern C++ wrapper around the low-level ETW trace consumption functions - Version 4.3.2: - - Add support for ETL file sources + Version 4.4.0: + - Add support for Windows ARM64 © Microsoft Corporation. All rights reserved. From 355b86318993bb308204db7924ce3410f5471d23 Mon Sep 17 00:00:00 2001 From: "Minghao Hu (Shanghai Wicresoft Co Ltd)" Date: Wed, 5 Jun 2024 14:23:04 +0800 Subject: [PATCH 2/2] Update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8d6fce..b401b9f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Examples & Documentation Important Notes ============== -* `krabsetw` and `Microsoft.O365.Security.Native.ETW` only support x64. No effort has been made to support x86. +* `krabsetw` and `Microsoft.O365.Security.Native.ETW` only support x64 and ARM64. No effort has been made to support x86. * `krabsetw` and `Microsoft.O365.Security.Native.ETW` are only supported on Windows 7 or Windows 2008R2 machines and above. * Throwing exceptions in the event handler callback or krabsetw or Microsoft.O365.Security.Native.ETW will cause the trace to stop processing events. * The call to "start" on the trace object is blocking so thread management may be necessary.