Parsing PDB file output type information –dumppdb tool

Source: Internet
Author: User

This article was originally issued in http://blog.zhongts.com/in 2015-11-29

PDB is Microsoft's debug information format, generated by VS, convenient source debugging. PDB file contains the variables, functions, types, source line number and other information, with VS (or WinDbg debugger) debugging binary, in the source code up and down breakpoints, source single step, display variable value and other functions need to have PDB file.

The Dumppdb tool provided in this article can parse PDB files and output type information, such as struct definitions. Extracting the type definition inside of IDA is easier to import. These type definitions may also be used when writing programs.

Specify the PDB file name to resolve, run dumppdb, output redirect to a text file

The following shows the definition of the kprocess struct in ntdll.pdb

If there are classes in the PDB, you can also display the relevant definitions

Download: dumppdb_1.1.2.7z
sha1:20d018a1525147fcff4d127fab677f94969e5590

Parsing PDB file output type information –dumppdb tool

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.