Recover WinForms from dll
- by Ramiz Uddin
We think most of the source has been recovered through Reflector .NET. A utility which export the dll as C# source.
The only missing part is WinForms which is not included when Reflector .NET export the dll source.
Is there any way to get the WinForms recover from dll?
Thanks.