Hacker News new | ask | show | jobs
by mischanix 4187 days ago
Yeah, it's just a list of files, no file data. It's also implemented in a CSS-only manner that lags horribly in Firefox. The filenames themselves look legitimate, though.
1 comments

Possibly extracted from debug symbols? That would be my guess.

It takes a while to load even in Chrome.

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.
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.