2011年5月6日
摘要: SOS Debugging Extension (SOS.dll)·.NET Framework 4 ·.NET Framework 3.5 The SOS Debugging Extension (SOS.dll) helps you debug managed programs in the WinDbg.exe debugger and in Visual Studio by providing information about the internal common language runtime (CLR) environment. ![command] [o 阅读全文
posted @ 2011-05-06 13:46 sun_kang 阅读(507) 评论(0) 推荐(0) 编辑
摘要: ­ Inside NT's Asynchronous Procedure CallBy Albert Almeida, November 01, 2002Asynchronous Procedure Calls (APCs) are a fundamental building block in NT's asynchronous processing architecture. Learn how NT processes APCs and documents the exported NT functions available to device driver 阅读全文
posted @ 2011-05-06 13:22 sun_kang 阅读(1559) 评论(0) 推荐(0) 编辑
摘要: Reversing Microsoft Visual C++ Part I: Exception HandlingAbstractMicrosoft Visual C++ is the most widely used compiler for Win32 so it is important for the Win32 reverser to be familiar with its inner working. Being able to recognize the compiler-generated glue code helps to quickly concentrate on t 阅读全文
posted @ 2011-05-06 12:56 sun_kang 阅读(2846) 评论(0) 推荐(0) 编辑
摘要: Debugging Memory Related Issues in .Net ApplicationUsing WinDBG and SOSContentsIntroduction What Do I Mean By Bad Shaped Application? Why WinDBG + SOS? Things to Understand Before Using WinDBG and SOS What is WinDBG? What Can WinDBG Do? What is SOS.dll (Son of Strike)? Debugging Essentials How to Co 阅读全文
posted @ 2011-05-06 10:56 sun_kang 阅读(574) 评论(0) 推荐(0) 编辑
摘要: Garbage Collection: Automatic Memory Management in the Microsoft .NET FrameworkJeffrey RichterLevel of Difficulty 1 2 3 SUMMARY Garbage collection in the Microsoft .NET common language runtime environment completely absolves the developer from tracking memory usage and knowing when to free memory. H 阅读全文
posted @ 2011-05-06 09:51 sun_kang 阅读(705) 评论(0) 推荐(1) 编辑