【原】Recommend Several Development Tools (come from Microsoft internal mails)

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/
Nirsoft also provides a large pool of excellent tools. For example shexview, the utility to manage the shell extensions in Windows Explorer. This tool is useful for shell cases.  Regscanner, the best searcher of registry from my point of view. I frequently use it to trouble-shoot some COM issues.  Gdiview, the tool to trouble-shoot the GDI handle leaks 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 is way faster than VS IDE. You don’t have to create a solution for 10 lines 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/
In my opinion, this is the best free PE analysis tool and static disassembler. It not only works brilliantly for the native modules, but also greatly supports .NET assemblies. Unfortunately, it appears that the 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.


Welcome to recommend your tools if you want!  Thanks in advance.

posted @ 2009-01-28 10:37  海洋——海纳百川,有容乃大.  阅读(660)  评论(3编辑  收藏  举报