Stuff.rar (13.77 MB) Multiupload.nl - upload your files to multiple file hosting sites! http://forum.ragezone.com/f497/tut-f...resses-721661/
I need that program so much, can someone reupload it? please :*::*::*:Quote:
Dia2Dump.exe is a program that will dump certain information from an .pdb, a file that is linked when you compile
something (if the compiler option is set). It contains a lot of information about the entire source.
Open up CMD.exe, navigate to the directory of Dia2Dump and your PDB, and type:
Dia2Dump -all PDB_NAME.pdb > "PDB_NAME_DUMPED.txt"
and it will dump the entire pdb. (Use the quotes around PDB_NAME_DUMPED)

