Skip to content

Latest commit

 

History

History
842 lines (778 loc) · 65.4 KB

executables.md

File metadata and controls

842 lines (778 loc) · 65.4 KB

C++ links: executable and object file formats (ELF, Mach-O, PE); debugging data formats (DWARF, PDB): articles, documentation, software, and talks.

Executable files, debugging data, object code, shared libraries - file formats information, specifications, software - with relevance to compiler toolchains, debuggers, and general program analysis.

Organization: Preference given to the most specific category -- e.g., if an article discusses DLL-specific information, then it belongs to the DLL section (in preference to the more general PE).

See also: compilers

Contents:


General

Readings

Software

Talks


DLL

Readings

Software

Talks


DWARF

Readings

Software

Talks


ELF

Readings

Software

Talks


Mach-O

Readings

Software

Talks


PDB (Program Database)

Readings

Software

Talks


PE

Readings

Software

Talks