1.Anders Liu 透过IL看C# (1)——switch语句(上)透过IL看C# (2)——switch语句(下)透过IL看C# (外一篇)——警惕常量陷阱再读《Microsoft .NET IL汇编语言程序设计》 2.Filer Lu 3.雨痕 4."强暴.net程序集"系列 5.张羿 Read More
posted @ 2009-01-02 19:28 包建强 Views(1301) Comments(1) Diggs(0) Edit
Authors Vijay Mukhi (vmukhi@vsnl.com) is one of the pioneers of the Indian Infotech Industry. For years, he has been the first to teach the emerging technologies in India thus ensuring that India a... Read More
posted @ 2009-01-02 13:43 包建强 Views(404) Comments(0) Diggs(0) Edit
Introduction This book on MetaData Tables is a heady cocktail of the esoteric and mysterious details pertaining to the internals of an executable file, which gets created by the compiler of any .Net... Read More
posted @ 2009-01-02 13:43 包建强 Views(653) Comments(0) Diggs(0) Edit
6. Correlating Metadata Tables In all the previous chapters that we presented, we had elucidated all the concepts and tables through distinct programs. In this chapter, we have endeavored to inscri... Read More
posted @ 2009-01-02 13:17 包建强 Views(560) Comments(0) Diggs(0) Edit
5. The Blob Stream b.il .assembly b { } .class sequential public zzz { .method static vararg void pqr(int32 i, int64 j, int8 k ) { .entrypoint } .method explicit void ... Read More
posted @ 2009-01-02 13:16 包建强 Views(644) Comments(0) Diggs(0) Edit
4. The Other Tables This chapter goes on to delineate the remaining tables that have not been touched upon and elucidated in the previous chapter. For this purpose, separate programs have been crea... Read More
posted @ 2009-01-02 13:14 包建强 Views(688) Comments(0) Diggs(0) Edit
3. MetaData Table Types Every table type is assigned a unique number, or to be more precise, a bit in the valid field. Thus, there can be a maximum of 64 different table types, since the valid fiel... Read More
posted @ 2009-01-02 13:13 包建强 Views(966) Comments(0) Diggs(0) Edit
2. MetaData Header This chapter traverses to the innards of the executable file in order to fathom the concept of metadata. a.cs using System; using System.IO; public class zzz { public stati... Read More
posted @ 2009-01-02 13:11 包建强 Views(857) Comments(0) Diggs(0) Edit
1. The PE File Format This is a complex book, which inquires into the quintessence of the executable file generated by the compiler of any product in the .Net world. The programs that form the core... Read More
posted @ 2009-01-02 13:11 包建强 Views(1230) Comments(1) Diggs(0) Edit
Introduction This book on MetaData Tables is a heady cocktail of the esoteric and mysterious details pertaining to the internals of an executable file, which gets created by the compiler of any .Net... Read More
posted @ 2009-01-02 13:09 包建强 Views(602) Comments(0) Diggs(0) Edit
Vijay Mukhi的Metadata Tables一书,我对其进行了重新排版,尤其是C#的源代码,以VS的风格显示。这本书是结合C#写的,读起来别有一份滋味。 Read More
posted @ 2009-01-02 13:05 包建强 Views(784) Comments(0) Diggs(1) Edit