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.
ExeInfo plugin: how to see the timestamp for an EXE/DLL?
Moderators: Hacker, petermad, Stefan2, white
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
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
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Thanks, I hadn’t looked carefully there because I expected all timestamps to appear on the first tab.Dalai wrote:Well, if you're already using FileInfo, you can find the requested info on the "Image File Header" tab, section "FILE HEADER".
Many thanks, this worked! (I’d tried the older version linked from the official list.)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.
Specifically I've now added:
Code: Select all
built [=exeformat.IMAGE_FILE_HEADER.TimeDateStamp]