3
shouts

CodeProject: CLR Injection: Runtime Method Replacer. Free source code and programming help

posted by InfoProgramme123InfoProgramme123 231 days, 17 hours, 41 minutes ago
Tuesday, June 23, 2009 9:17:48 AM GMT

I have always been interested in the internal workings of the CLR.  One thing of particular interest is the Just In Time Compiler or JIT.  Today we are going to look at how the JIT compiles MSIL and create a utility that allow us to programmatically replace any JIT’ed method with another method at runtime.  We will also create a debugging utility that will intercept JIT calls and print diagnostics information to the console.

Just In Time Compiler...

category: Agile | clicked: 17 | | source: www.codeproject.com | show counter code
tags: C#, Method injection

No comments yet, be the first one to post comment.

To post your comment please login or signup