.TH READPE 1 .SH NAME readpe - displays information about PE files .SH SYNOPSIS .B readpe [OPTIONS]... .IR pefile .SH DESCRIPTION readpe can read and display all PE file headers, fields and values. It's part of pev, the PE file analysis toolkit. .PP \&\fIpefile\fR is a PE32/PE32+ executable or dynamic linked library file. .SH OPTIONS .TP .BR \-A ", " \-\-all full output (default). .TP .BR \-H ", " \-\-all-headers display all PE headers. .TP .BR \-S ", " \-\-all-sections display all PE sections headers. .TP .BR \-f ", " \-\-format\ change output format (default is text). .TP .BR \-d ", " \-\-dirs display data directories. .TP .BR \-h ", " \-\-header\ display sepecific header. .TP .BR \-i ", " \-\-imports display imported functions names. .TP .BR \-e ", " \-\-exports display exported functions names. .TP .BR \-V ", " \-\-version show program version and exit. .TP .BR \-\-help show help. .SH EXAMPLES Display the Optional file header of \fBputty.exe\fP: .IP $ readpe \-h optional putty.exe .PP Display data directories and exported functions of \fBcards.dll\fP: .IP $ readpe \-de cards.dll .PP Display all possible information about \fBsvchost.exe\fP file: .IP $ readpe svchost.exe .SH REPORTING BUGS Please, check the latest development code and report at https://github.com/merces/pev/issues .SH COPYRIGHT Copyright © 2017 pev authors. License GPLv2+: GNU GPL version 2 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.