.TH PEPACK 1 .SH NAME pepack - check if a PE file is packed .SH SYNOPSIS .B pepack [OPTIONS]... .IR pefile .SH DESCRIPTION pepack uses a pre-defined database to check packer signatures patterns in PE file. If no database is set, pepack tries to identify if executable is packed. 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 \-d ", " \-\-database\ Use database file (default: ./userdb.txt). .TP .BR \-f ", " \-\-format\ Change output format (default: text) .TP .BR \-V ", " \-\-version Show version and exit. .TP .BR \-\-help Show help. .SH EXAMPLES Check \fBsample.exe\fP for packers signatures: .IP $ pepack sample.exe .SH REPORTING BUGS Please, check the latest development code and report at https://github.com/merces/pev/issues .SH SEE ALSO \fBofs2rva\fP(1), \fBpedis\fP(1), \fBpehash\fP(1), \fBpeldd\fP(1), \fBperes\fP(1), \fBpescan\fP(1), \fBpesec\fP(1), \fBpestr\fP(1), \fBreadpe\fP(1), \fBrva2ofs\fP(1) .SH COPYRIGHT Copyright (C) 2012 - 2020 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.