Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Update ExternalResources.md #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/ExternalResources.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#External Resources
# External Resources

This document contains some external resources with information about the PDB format and related topics.
Note that the following documents are not maintained or guaranteed by Microsoft, they are just provided
as links for your convenience.

# PDB Format
## PDB Format
- [Breakpad Symbol Files](https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/symbol_files.md)
- [Reimplementation of Breakpad Windows dump_syms tool](https://github.com/luser/dump_syms)
- [Parsing library for PDB file format](https://code.google.com/p/pdbparser/w/list)
- [RFC: CodeView debug info emission in Clang/LLVM](http://lists.llvm.org/pipermail/cfe-dev/2015-October/045780.html)
- [Microsoft Symbol and Type Information](http://pierrelib.pagesperso-orange.fr/exec_formats/MS_Symbol_Type_v1.0.pdf)

##PE Format
## PE Format
- [Microsoft PE and Coff Specification](https://msdn.microsoft.com/en-us/windows/hardware/gg463119.aspx)
- [PE Format by corkami](https://code.google.com/p/corkami/wiki/PE)

##Calling Conventions and Name Mangling
- [Calling conventions for different C++ compilers and operating systems](http://www.agner.org/optimize/calling_conventions.pdf)
## Calling Conventions and Name Mangling
- [Calling conventions for different C++ compilers and operating systems](http://www.agner.org/optimize/calling_conventions.pdf)