ExeInfo plugin: how to see the timestamp for an EXE/DLL?

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
dantesoft
Junior Member
Junior Member
Posts: 29
Joined: 2005-06-06, 15:55 UTC

ExeInfo plugin: how to see the timestamp for an EXE/DLL?

Post by *dantesoft »

I'm using François GANNIER's exeinfo content plugin and fileinfo Lister extension.

Is there any way to see the compilation timestamp for an EXE/DLL?

For example by loading it from the IMAGE_DEBUG_TYPE_CODEVIEW section.
User avatar
Dalai
Power Member
Power Member
Posts: 9405
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

Well, if you're already using FileInfo, you can find the requested info on the "Image File Header" tab, section "FILE HEADER". To be able to view the info in custom columns, you can use the exeformat (or rather exeformat_64) plugin, using the field IMAGE_FILE_HEADER > TimeDateStamp.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
dantesoft
Junior Member
Junior Member
Posts: 29
Joined: 2005-06-06, 15:55 UTC

Post by *dantesoft »

Dalai wrote:Well, if you're already using FileInfo, you can find the requested info on the "Image File Header" tab, section "FILE HEADER".
Thanks, I hadn’t looked carefully there because I expected all timestamps to appear on the first tab.
Dalai wrote:To be able to view the info in custom columns, you can use the exeformat (or rather exeformat_64) plugin, using the field IMAGE_FILE_HEADER > TimeDateStamp.
Many thanks, this worked! (I’d tried the older version linked from the official list.)

Specifically I've now added:

Code: Select all

built [=exeformat.IMAGE_FILE_HEADER.TimeDateStamp]
Post Reply