I need a tool to decompile obfuscated .NET code.
Yes, I know about Reflector and its plugins (FileDisassemble, FileGenerator).
But they create VS project which won\'t compil
I've been able to disassemble and re-assemble most anything with just ildasm and then .Net Reflector for viewing. Reflector seems to handle all sorts of filenames without any issue.