.\" Text automatically generated by txt2man .TH peframe 1 "04 January 2019" "PEframe 5.0.1+git20170303.0.e482def+dfsg" "" .SH NAME \fBPEframe \fP- perform static analysis on portable executable malware \fB .SH SYNOPSIS .nf .fam C \fBpeframe\fP [\fIoptions\fP] \fIFILENAME\fP .fam T .fi .fam T .fi .SH DESCRIPTION PEframe is a open source tool to perform static analysis on Portable Executable malware and generic suspicious files. It can help malware researchers to detect packer, xor, digital signature, mutex, anti debug, anti virtual machine, suspicious sections and functions, and much more information about the suspicious files. .SH OPTIONS .TP .B \fB--json\fP Enable full JSON output .TP .B \fB--strings\fP Enable strings output. .SH EXAMPLES \fBpeframe\fP malware.exe .PP \fBpeframe\fP \fB--json\fP malware.exe .PP \fBpeframe\fP \fB--strings\fP malware.exe .SH AUTHOR This tool is currently maintained by Gianni 'guelfoweb' Amato, who can be contacted at guelfoweb@gmail.com or twitter @guelfoweb. Suggestions and criticism are welcome.