Comments
1 comment
-
Are you using Reflector or ildasm? If you have an exe or dll that you know is .Net, you should try Jason Bock's FileGenerator for Reflector - it usually works good for getting code back to source files using Reflector (http://www.codeplex.com/FileGenReflector)
Add comment
Please sign in to leave a comment.
I lost the source code of one project. Now I tried it with ildasm / ilasm but the reassembled file hast some little bugs in it (some menu-bars reacts strange and while reading a file an error occurs that the Output-Buffer is to small - Encryption from unicode (UTF8 System.Text.DecoderFallback ; parametername: chars).
Do anyone know what I do wrong?
Regards, Markus