Programmatic MSIL injection

前端 未结 7 2061
情书的邮戳
情书的邮戳 2021-02-09 08:01

Let\'s say I have a buggy application like this:

using System;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
          


        
7条回答
  •  执念已碎
    2021-02-09 08:42

    You will need unmanaged code to perform this successfully but it can be done...

    See http://www.codeproject.com/Articles/463508/NET-CLR-Injection-Modify-IL-Code-during-Run-time

提交回复
热议问题