0
kicks
CLR Injection: Runtime Method Replacer
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.