ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: RimQ on March 09, 2023, 08:17:36 AM

Title: Digital signature exe file
Post by: RimQ on March 09, 2023, 08:17:36 AM
Hi,

Is there a signed version of exiftool.exe? If not, can a digital signature be added in a future release?

Thanks!
Rim
Title: Re: Digital signature exe file
Post by: RimQ on March 09, 2023, 08:59:02 AM
P.S: Would it also be possible to rebuild the exe file using these flags? /FIXED:NO /NXCOMPAT /DYNAMICBASE
Title: Re: Digital signature exe file
Post by: StarGeek on March 09, 2023, 10:27:24 AM
Previous thread (https://exiftool.org/forum/index.php?topic=9163.0) on the subject.
Title: Re: Digital signature exe file
Post by: RimQ on March 10, 2023, 05:38:59 AM
Thanks, I guess I have my answer now for the digital signature...What about rebuilding exiftool.exe with "/FIXED:NO /NXCOMPAT /DYNAMICBASE" flags? (Should I open a new topic for this? since it's not really related to digital signature)
Title: Re: Digital signature exe file
Post by: Phil Harvey on March 10, 2023, 07:58:39 AM
I wouldn't know how to build the exe with those flags.  Maybe as Oliver if he knows about these for the alternate Windows version?  (ask him in this thread (https://exiftool.org/forum/index.php/topic,10128.0.html))

- Phil
Title: Re: Digital signature exe file
Post by: StarGeek on March 10, 2023, 10:32:11 AM
Quote from: RimQ on March 10, 2023, 05:38:59 AMWhat about rebuilding exiftool.exe with "/FIXED:NO /NXCOMPAT /DYNAMICBASE" flags?

The exiftool Windows "executable" is built with the Perl PAR::Packer (https://metacpan.org/pod/PAR::Packer) module.  I don't believe there are options included for using these flags, as Google searches on "PAR:Packer" and each of these flags doesn't return any relevant results.