Skip to content

Commit

Permalink
Resolved issue with !wmodule -saveto
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyviana committed Aug 17, 2021
1 parent 09546fa commit 00d5da3
Show file tree
Hide file tree
Showing 22 changed files with 9 additions and 4 deletions.
File renamed without changes.
Binary file added Binaries/NetExt-2.1.65.5000.zip
Binary file not shown.
Binary file modified Binaries/README.md
Binary file not shown.
Binary file modified Binaries/x64/NetExt.dll
Binary file not shown.
Binary file modified Binaries/x64/NetExt.pdb
Binary file not shown.
Binary file modified Binaries/x64/NetExtShim.dll
Binary file not shown.
Binary file modified Binaries/x64/NetExtShim.pdb
Binary file not shown.
Binary file modified Binaries/x86/NetExt.dll
Binary file not shown.
Binary file modified Binaries/x86/NetExtShim.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions ClrMemDiagExt/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("f12c38b7-0893-4208-ab3d-54c3f8d1c01e")]

[assembly: AssemblyVersion("2.1.64.5000")]
[assembly: AssemblyFileVersion("2.1.64.5000")]
[assembly: AssemblyVersion("2.1.65.5000")]
[assembly: AssemblyFileVersion("2.1.65.5000")]
Binary file modified NetExt/Release32/CL.read.1.tlog
Binary file not shown.
Binary file modified NetExt/Release32/CL.write.1.tlog
Binary file not shown.
Binary file modified NetExt/Release32/NetExt.res
Binary file not shown.
5 changes: 5 additions & 0 deletions NetExt/Release32/NetExt.write.1.tlog
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,8 @@ C:\Users\rviana\OneDrive\Projects\netext\Release32\NetExt.lib
C:\Users\rviana\OneDrive\Projects\netext\Release32\NetExt.lib
C:\Users\rviana\OneDrive\Projects\netext\Release32\NetExt.exp
C:\Users\rviana\OneDrive\Projects\netext\Release32\NetExt.exp
^C:\Users\rviana\OneDrive\Projects\netext\NetExt\NetExt.vcxproj
C:\Users\rviana\OneDrive\Projects\netext\Release32\NetExt.lib
C:\Users\rviana\OneDrive\Projects\netext\Release32\NetExt.lib
C:\Users\rviana\OneDrive\Projects\netext\Release32\NetExt.exp
C:\Users\rviana\OneDrive\Projects\netext\Release32\NetExt.exp
Binary file modified NetExt/Release32/cl.command.1.tlog
Binary file not shown.
2 changes: 1 addition & 1 deletion NetExt/VersionInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#ifndef ver_major
#define ver_major 2
#define ver_minor 1
#define ver_release 64
#define ver_release 65
#define ver_build 5000
#define ver_all(a,b,c,d) a,b,c,d
#define ver_expand(s) #s
Expand Down
2 changes: 1 addition & 1 deletion NetExt/wdict.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ EXT_COMMAND(wmodule,
"{noms;b,o;;Hide all modules which company attribute is Microsoft Corporation (show non-system modules)}"
"{order;b,o;;Sort output bu module name}"
"{fullpath;b,o;;Show module full path (instead of just name}"
"{domain;e,o;;Only show modules from a particular domain (e.g. -domain 07fff8090)"
"{domain;e,o;;Only show modules from a particular domain (e.g. -domain 07fff8090)}"
"{saveto;x,o;;Save the selected modules to a folder. Optional (e.g. -saveto c:\\My Modulestemp\\)}"
)
{
Expand Down
Binary file modified README.md
Binary file not shown.
Binary file modified Release32/NetExt.exp
Binary file not shown.
Binary file modified Release32/NetExt.lib
Binary file not shown.
Binary file modified x86/Release32/NetExt.dll
Binary file not shown.
Binary file modified x86/Release32/NetExtShim.dll
Binary file not shown.

0 comments on commit 00d5da3

Please sign in to comment.