Skip to content

Commit

Permalink
Added psexec binaries to list
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjsmith committed Mar 15, 2022
1 parent bbc6fed commit bfa5ae6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file modified CommandSpy.exe
Binary file not shown.
3 changes: 3 additions & 0 deletions CommandSpy/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ private void MainWindow_Loaded(object sender, RoutedEventArgs e)
"print.exe",
"printbrm.exe",
"psr.exe",
"psexec.exe",
"psexec64.exe",
"psexesvc.exe",
"rasautou.exe",
"reg.exe",
"regasm.exe",
Expand Down
4 changes: 2 additions & 2 deletions CommandSpy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]

0 comments on commit bfa5ae6

Please sign in to comment.