Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

what is a pdb file

Newbie Spellweaver
Joined
Nov 30, 2005
Messages
36
Reaction score
0
what is pdb file?
i need a program for view the pdb file..

----
MatchServer.pdb
Gunz.pdb
////////////////////
sorry for my english..
 
ThuGie.NL - Webmaster
Joined
Apr 16, 2006
Messages
607
Reaction score
55
no you dont!,

pdb is a file for when the program crashes it gets some extra infomation from it.
so far i know.
i get infomation from it without letting the program crash just open it with notepad or something.
 
Upvote 0

mts

Experienced Elementalist
Joined
Dec 31, 2006
Messages
298
Reaction score
3
pdb is like a database.. i think..


I didnt try but i think you can open with mysql (not mssql)
 
Upvote 0
Newbie Spellweaver
Joined
Dec 28, 2006
Messages
29
Reaction score
0
You can open it with hex editor or I tool called Dia2Dumper, I think.
 
Upvote 0

mts

Experienced Elementalist
Joined
Dec 31, 2006
Messages
298
Reaction score
3
maybe a database of info to help error report...


My hex editor dont show anything with that =.= only the 00 00 00 00 (squares) hehe
 
Upvote 0
Newbie Spellweaver
Joined
Dec 28, 2006
Messages
29
Reaction score
0
PDB is a dump file, I opened it in a Hex Editor if you scroll down there is some strings.
 
Upvote 0
Junior Spellweaver
Joined
Dec 30, 2006
Messages
124
Reaction score
0
... Please read, you don't even need the PDB file for anything but hacking really.





Next time Ask MSDN.
 
Upvote 0
Junior Spellweaver
Joined
Oct 16, 2006
Messages
133
Reaction score
1
the pdb file contains all the functions and calls and there values that the corospoding program contains. as said above you can either hex it or use a program such as dia2dump to extract the informations.

the only real use for them is either hacking or reverse enginering.
 
Upvote 0
Junior Spellweaver
Joined
Oct 16, 2006
Messages
133
Reaction score
1
the original point of the file is for vc++ debuger, the other point of the file is if you create dll's it gives you the functions and there values that you can call in your dll.
 
Upvote 0
Back
Top