1Image::ExifTool::EXE(3)User Contributed Perl DocumentatioInmage::ExifTool::EXE(3)
2
3
4
6 Image::ExifTool::EXE - Read executable file meta information
7
9 This module is used by Image::ExifTool
10
12 This module contains definitions required by Image::ExifTool to extract
13 meta information from various types of Windows, MacOS and Unix
14 executable and library files.
15
17 Copyright 2003-2021, Phil Harvey (philharvey66 at gmail.com)
18
19 This library is free software; you can redistribute it and/or modify it
20 under the same terms as Perl itself.
21
23 <http://www.openwatcom.org/ftp/devel/docs/pecoff.pdf>
24 <http://support.microsoft.com/kb/65122>
25 <http://www.opensource.apple.com>
26 <http://www.skyfree.org/linux/references/ELF_Format.pdf>
27 <http://msdn.microsoft.com/en-us/library/ms809762.aspx>
28 <http://code.google.com/p/pefile/>
29 <http://www.codeproject.com/KB/DLL/showver.aspx>
30
32 "EXE Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
33
34
35
36perl v5.34.0 2022-01-25 Image::ExifTool::EXE(3)