MISSIDENTIFY(1) | Jesse Kornblum | MISSIDENTIFY(1) |
missidentify - Find executable files without an executable extension
missidentify [-rqablv] [-s|-S len] [-Vh] [FILES]
Miss Identify looks at the header of every file it processes and determines if it is a PE executable (Windows executable). Such files can include programs, device drivers, and DLLs. By default the program displays the filename if the extension of the file does not match one of the known executable extensions (.exe, .com, .sys, or .dll). Other options can make the program display the filename of all executable files.
The program can be fooled by any file with more than 1024 bytes between the MZ header and the PE header.
Miss Identify was written by Jesse Kornblum
http://missidentify.sf.net/
Copyright (C) 2008 Jesse Kornblum. This is free software. You may redistribute copies of it under the terms of the GNU General Public License version 2. There is NO WARRANTY. See the file COPYING for more details.
v1.0 - 20 Feb 2008 | Jesse Kornblum |