无需源代码即可编辑dll文件

发布于 2024-09-24 04:16:33 字数 83 浏览 4 评论 0原文

我们要编辑一个用C#编写的dll文件。我使用反射器检查文件,并且只想将连接字符串密码字段更改为新密码。 如何在不访问源代码或重新编译文件的情况下编辑它?

we want to edit one dll file that write with C#. I check the file with reflector and want to change just the connection string password field to new password.
How can I edit this without accessing to source code or recompiling the file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

高跟鞋的旋律 2024-10-01 04:16:33

尝试 Reflexil,一个可以修改 IL 代码的反射器插件。

Try Reflexil, a plugin for reflector than can modify IL code.

蓝天 2024-10-01 04:16:33

我想你运气不好。这是为什么需要在外部资源中引用这些项目的一个很好的例子。

编辑:虽然我从未尝试过,但 @Testalino 关于 Reflexil 的评论看起来很有希望。

I think you're out of luck. This is a good example of why such items need to be referenced in external resources.

EDIT: though I've never tried it, the comment from @Testalino regarding Reflexil looks promising.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文