【原】推荐几个开发辅助工具【这是一封来自微软内部的邮件】Recommend Several Development Tools (come from Microsoft internal mails)

来源:百度文库 编辑:神马文学网 时间:2024/04/30 04:05:58

1.  Sysinternals suite.
http://technet.microsoft.com/en-us/sysinternals/default.aspx
These are definitely the must-have tools. For example, procexp, procmon, pskill, strings, zoomit, accesschk.

2. Nirsoft tools
http://www.nirsoft.net/
Nirsoftalso provides a large pool of excellent tools. For example shexview,the utility to manage the shell extensions in Windows Explorer. Thistool is useful for shell cases.  Regscanner, the best searcher ofregistry from my point of view. I frequently use it to trouble-shootsome COM issues.  Gdiview, the tool to trouble-shoot the GDI handleleaks and so on and so forth.

3. EveryThing,a very fast file/folder locater,
   http://www.voidtools.com

4. AutoHotkey, a scriptable hotkey utility,  
   http://www.autohotkey.com

5.This is a light weight notepad like code editor for C# / VB.NET / J#,while we often need to test a short piece    of code, this editor isway faster than VS IDE. You don’t have to create a solution for 10lines of code, just    paste the code in and hit run.
http://www.sliver.com/dotnet/SnippetCompiler/

6. Elevate.exe
http://www.wintellect.com/cs/blogs/jrobbins/archive/2007/03/27/elevate-a-process-at-the-command-line-in-vista.aspx
A very simple utility to quickly elevate a process in Vista/2008

7. PEBrowse
http://www.smidgeonsoft.prohosting.com/
Inmy opinion, this is the best free PE analysis tool and staticdisassembler. It not only works brilliantly for the native modules, butalso greatly supports .NET assemblies. Unfortunately, it appears thatthe above page no longer provides the download.

8. Miscellaneous
Spy++, ManagedSpy, OleView, reflector, depends, PureText, WMICodeCreator, DebugDiag, Fiddler, icacls, dbg, etc.
The list is too big and it’s impossible to list all of them. You may also collect the tools by yourselves.