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.
What are some applications/software that can reverse engineer a .NET SQL assembly .DLL? I
Share
ILDasm. The tool that’s built into the framework.
I found most on here on google.