Click here to Skip to main content
15,867,835 members
Articles / Programming Languages / MSIL

ILRewriting for beginners

8 Sep 2012Ms-PL11 min read 61.7K   1.4K   46  
Runtime IL-Rewriting can be used to add behavior such as logging to applications, or redirect calls from one API to another. This article and accompanying source code explains how to substitute a method call at runtime.
This is an old version of the currently published article.

Only logged in members can view this content

Please go to the MSIL Table of Contents to view the list of available articles in this section.