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-2011, Phil Harvey (phil at owl.phy.queensu.ca)
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://msdn.microsoft.com/en-us/library/ms809762.aspx>
29 <http://code.google.com/p/pefile/>
30 <http://www.codeproject.com/KB/DLL/showver.aspx>
31
33 "EXE Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
34
35
36
37perl v5.12.4 2011-09-16 Image::ExifTool::EXE(3)