Skip to content
forked from tafuri/drpdb

Convert from Microsoft PDB format into a MySQL database

Notifications You must be signed in to change notification settings

davidziman/drpdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drpdb

Convert from Microsoft PDB format into a MySQL database

See the wiki page for documentation

##Examples The following tables were created by running drpdb on itself. Graphs were generated by feeding the tables into gephi.

Browsing a small subset of information about the functions in our program (function_overview) drpdb_ex4

Graph of all typedefs drpdb_ex3

drpdb_ex1

.cpp/.h include graph (make_include_graph) drpdb_ex2

Class hierarchy of a portion of VC++'s standard library (make_inheritance_graph) drpdb_ex2

About

Convert from Microsoft PDB format into a MySQL database

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 56.8%
  • C 42.5%
  • Other 0.7%