开发者

Reverse engineer a .NET SQL Assembly

What are some applications/software that can reverse enginee开发者_StackOverflow社区r a .NET SQL assembly .DLL? I already know about Reflector, doPeek, and JustDecompile but am looking for other ones.


ILDasm. The tool that's built into the framework.

I found most on here on google.


I highly recommend ILSpy.

It's an open source alternative in response to latest versions of .NET Reflector no longer being free.

It's under active development, can decompile IL to C# (and VB in development 2.0 branch) and has some support for plugins.


ILSpy worked for me perfect. Shows all the code and I copied and pasted right from the GUI into notepad and ta-da. Good to go. I'm not sure, however, if it had been obfuscated if it'd work as well.


ok, reverse engineering may be illegal. if you really want to do it, you may use free/open source tool like ILSpy, and could also use commercial product like Xenocode Fox etc.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜