Fix bugs in .NET program without access to source

前端 未结 6 1146
南方客
南方客 2021-02-14 03:03

I have a program i frequently use that is made with .NET. This program has a small bug that is very annoying and the developer to the app is nowhere to be found.

I have

6条回答
  •  一个人的身影
    2021-02-14 03:35

    You can use ILDASM and ILASM to make a roundtrip. While this is impractical for large changes, I think that it should do the trick in your case.

提交回复
热议问题