Reflector.FileDisassembler was an incredibly popular, classic open-source plugin originally developed by Denis Bauer for the legendary .NET Reflector tool. While .NET Reflector naturally excelled at showing decompiled code inside its own UI, it originally lacked the ability to save that code out to your hard drive. FileDisassembler bridged that gap by enabling developers to export an entire compiled assembly (.dll or .exe) back into a fully structured directory of source code files.
Today, Red Gate has absorbed this concept natively into .NET Reflector via the “Export source code” feature, but the core mechanics and use cases remain identical. Core Features .NET Reflector | LichtenBytes
Leave a Reply