Skip to content

Latest commit

 

History

History
943 lines (873 loc) · 71.5 KB

executables.md

File metadata and controls

943 lines (873 loc) · 71.5 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

Thread Local Storage (TLS)

Transformation

Software

Talks


Mach-O

Readings

Software

Talks


PDB (Program Database)

Readings

Software

Talks


PE

Readings

Software

PE Loaders

Talks