Y
Hacker News
new
|
ask
|
show
|
jobs
by
TillE
4190 days ago
Possibly extracted from debug symbols? That would be my guess.
It takes a while to load even in Chrome.
1 comments
mischanix
4190 days ago
The only files that show up in PDBs are source files for the resulting objects (e.g., .c); there are .exp and other files in that tree.
link
aionescu
4183 days ago
Actually, static and dynamic libs also show up, as do resource files. So I guessed that .obj is .c (not always accurate), .res is .rc, and dynamic .lib is .exp, and so on and so forth.
link