On Sat, Apr 10, 2010 at 7:40 AM, pancake <[email protected]> wrote: >> Could you be more specific on "pdb support"? What do you want here? >> >> Thanks, >> J > > i'm looking for a program to convert a pdb file into a radare script that > setup flags with symbol names, comments and so on.. > > Pdb stands for program database. Its a msvc file format > that stores debugging information.. Ms have a server that > allowd you to get those files for many .exe and .dll of windows. > > Zynamics wrote a script in python, that is public somewhere > that can download and import into ida,
Do you have the link for that Zynamics script? > The idea to use it would be like this: > >> .!python pdb2rdb.py $FILE > > do you know any other way to parse this file format? Something > in C and portable would be great. That should be trivial to port that to C. Thanks, J _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
