简体   繁体   中英

Reverse engineer a .NET SQL Assembly

What are some applications/software that can reverse engineer 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM