From a2da83c21c7ba3ed2fbb38e6595bf474e20dce2a Mon Sep 17 00:00:00 2001 From: Chirag Jain Date: Tue, 30 Oct 2018 02:10:15 +0530 Subject: [PATCH] Update ExternalResources.md Corrected headers in the file. --- docs/ExternalResources.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ExternalResources.md b/docs/ExternalResources.md index 6aad514..301820a 100644 --- a/docs/ExternalResources.md +++ b/docs/ExternalResources.md @@ -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) \ No newline at end of file +## Calling Conventions and Name Mangling +- [Calling conventions for different C++ compilers and operating systems](http://www.agner.org/optimize/calling_conventions.pdf)