如何在网络反射器中编辑dll文件 [英] How do I edit dll file in net reflector by

查看:68
本文介绍了如何在网络反射器中编辑dll文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想通过使用来修改游戏。净反射器,但我不能编辑我正在修改的任何东西。 Csharp dll文件但无法修改

解决方案

您需要加载整个程序集并使用所需的输出语言(如C#)对其进行反编译。它为您提供了相当高质量的源代码,因此它的构建将生成相同的DLL。如果要修改程序集,请在构建之前修改此C#代码。我使用开源的ILSpy而不是Reflector。



-SA


这篇文章可能有所帮助哟 - 装配操作和C#/ VB.NET代码注入 [ ^ ]。

I want to modify a game by using. Net reflector but in that I can't edit anything I'm modifying. Csharp dll file but can't able to modify

解决方案

You need to load the whole assembly and decompile it using required output language, such as C#. It gives you the source code of pretty good quality, so its build will make the same DLL. If you want to modify the assembly, modify this C# code before building it. I used open-source ILSpy instead of Reflector.

—SA


This article might help yo - Assembly Manipulation and C# / VB.NET Code Injection[^].


这篇关于如何在网络反射器中编辑dll文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆