将dll转换为C#类文件 [英] converting dll to C# class file

查看:138
本文介绍了将dll转换为C#类文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨Frnds,

我将我的C#代码转换为dll.But我需要在该类文件中添加一些方法。我的原始代码被删除。我需要将dll转换为原始代码。如何转换它来获取我的原始代码。

Hi Frnds,
I converted my C# code to dll.But i need to add some methods inside that class files.My original code is deleted.I need to convert dll to original code.How to convert it to get my original code.

推荐答案

可能你不能 - 至少不能与原来的形式相同。您可以使用ILDASM来获得整体结构: http://msdn.microsoft.com /en-us/library/aa309387(VS.71).aspx [ ^ ]和 JetBrains dotPeek [ ^ ]非常擅长反编译。



但是如果你以任何方式对它进行模糊处理,不要指望它是可读代码!
Probably, you can't - at least not in the same form as it was originally. You can use ILDASM to get the overall structure: http://msdn.microsoft.com/en-us/library/aa309387(VS.71).aspx[^] and JetBrains dotPeek[^] is very good at decompiling.

But if you obfuscated it in any way, don't expect it to be readable code!


我很满意

http://ilspy.net/ [ ^ 用于反编译。



但正如OriginalGriff所指出的那样:如果它被混淆了...... :-(





好​​看!
I'm sattisfied with
http://ilspy.net/[^] for decompiling.

But as OriginalGriff pointed out: If it's obfuscated... :-(


Good look!




下载反射器,使用这个你可以将您的dll改为急剧代码。
Hi,
download reflector,Using this you can change your dll in to c sharp code.


这篇关于将dll转换为C#类文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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