.TH PEV 1 .SH NAME pev - show information about MS-Windows excutables files .SH SYNOPSIS .B pev [OPTION]... .IR file .SH DESCRIPTION Make an analysis and show useful information of PE32/PE32+ file given. .SH OPTIONS .TP .BR \-A ", " \-\-all Equivalent to \-cdhoprs. This is the default action if none is specified. .TP .BR \-c ", " \-\-coff Show the COFF file header. .TP .BR \-d ", " \-\-dos Show the DOS file header. .TP .BR \-h ", " \-\-help Show usage and exit. .TP .BR \-o ", " \-\-optional Show the Optional (a.k.a. PE) file header. .TP .BR \-p ", " \-\-product-version Show the Product Version (if added by programmer/compiler) of PE file. .TP .BR \-r ", " \-\-resources Show first level resource items information. .TP .BR \-s ", " \-\-sections Show information about executable sections. .TP .BR \-v ", " \-\-version Show version and exit. .SH EXAMPLES To get only the Product Version of \fBputty.exe\fP file: .IP $ pev \-p putty.exe .PP To show DOS and COFF file headers of \fBcards.dll\fP: .IP $ pev \-dc cards.dll .PP Display all possible information about \fBsvchost.exe\fP file: .IP $ pev svchost.exe .SH AUTHOR Written by Coding 40º group .SH REPORTING BUGS Report pev bugs at http://sourceforge.net/p/pev/tickets/ .SH COPYRIGHT Copyright © 2010-2011 Coding 40°. Licensed GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.