What is a DLL?
The first step is to extract the MSIL from the assembly. Microsoft’s ILDASM tool, which is included with the .NET SDK, provides this functionality. An application developer’s job takes many shapes and forms; sometimes we create new applications from scratch, while other times we try to reverse engineer an existing application. Reflector is one option […]