> 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, and theres also a python
library called pdbparse which is hosted in googlecode.
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.
--pancake
_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org