Programmatic MSIL injection

前端 未结 7 2059
情书的邮戳
情书的邮戳 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

    0 讨论(0)
提交回复
热议问题