Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / ILDASM

ILDASM

ILDASM

Great Reads

by Sander Rossel
Journey to the center of the .NET Framework with a chance of IL along the way!
by matt warren
How to add a new Bytecode instruction to the CLR
by SergioAmorim
A way to quickly find the CLR version of a .NET assembly from the command line
by Shweta Lodha
When, what, and how to use constants in C#.

Latest Articles

by Sander Rossel
Journey to the center of the .NET Framework with a chance of IL along the way!
by matt warren
How to add a new Bytecode instruction to the CLR
by SergioAmorim
A way to quickly find the CLR version of a .NET assembly from the command line
by Shweta Lodha
When, what, and how to use constants in C#.

All Articles

Sort by Score

ILDASM 

by Sander Rossel
Journey to the center of the .NET Framework with a chance of IL along the way!
by Bruno van Dooren
Mitigate problems caused by DCOM hardening, by reverse engineering a non-compliant .NET app
by Eric Lynch
Extends .NET reflection to decode the byte array returned by System.Reflection.MethodBody.GetILByteArray(), discusses the techniques to achieve this, and provides a brief primer on .NET reflection.
by wmjordan
Circumventing language obstacles and optimizing performance with Dynamic Methods, Dynamic Assemblies.