Skip to content

Commit 00d5da3

Browse files
committed
Resolved issue with !wmodule -saveto
1 parent 09546fa commit 00d5da3

File tree

22 files changed

+9
-4
lines changed

22 files changed

+9
-4
lines changed
File renamed without changes.

Binaries/NetExt-2.1.65.5000.zip

12.9 MB
Binary file not shown.

Binaries/README.md

0 Bytes

UPDATE

This windbg debug extension works as data mining for .NET. THE EXTENSION DOES NOT REQUIRE SOS OR PSSCORX TO WORK. It access .NET debugging API directly without intermediary

LATEST VERSION: 2.1.645.5000 here

Description

Getting started

Binaries/x64/NetExt.dll

0 Bytes
Binary file not shown.

Binaries/x64/NetExt.pdb

0 Bytes
Binary file not shown.

Binaries/x64/NetExtShim.dll

0 Bytes
Binary file not shown.

Binaries/x64/NetExtShim.pdb

0 Bytes
Binary file not shown.

Binaries/x86/NetExt.dll

0 Bytes
Binary file not shown.

Binaries/x86/NetExtShim.dll

0 Bytes
Binary file not shown.

ClrMemDiagExt/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("f12c38b7-0893-4208-ab3d-54c3f8d1c01e")]
2424

25-
[assembly: AssemblyVersion("2.1.64.5000")]
26-
[assembly: AssemblyFileVersion("2.1.64.5000")]
25+
[assembly: AssemblyVersion("2.1.65.5000")]
26+
[assembly: AssemblyFileVersion("2.1.65.5000")]

0 commit comments

Comments
 (0)