I need something that can generate a PDB from a DLL file (C# .NET code), is there any free program to do that?
Even you have no sources and code obfuscated, you can create pdb by recompile with ildasm and ilasm: