Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

missidentify(1) [debian man page]

MISSIDENTIFY(1) 						  Jesse Kornblum						   MISSIDENTIFY(1)

NAME
missidentify - Find executable files without an executable extension SYNOPSIS
missidentify [-rqablv] [-s|-S len] [-Vh] [FILES] DESCRIPTION
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. -r Enables recursive mode. All subdirectories are traversed. Please note that recursive mode cannot be used to examine all files of a given file extension. For example, calling missidentify -r *.txt will examine all files in directories that end in .txt. -q Silent mode. All error messages except fatal errors are surpressed. -a Display filenames of all executables -b Enables bare mode. Strips any leading directory information from displayed filenames. This flag may not be used in conjunction with the -l flag. -l Enables relative file paths. Instead of printing the absolute path for each file, displays the relative file path as indicated on the command line. This flag may not be used in conjunction with the -b flag. -v Verbose mode. Displays the name of every 10th file as a progress indicator. -s-S len Prints strings of length len with each filename. With lowercase letter, puts filename before string. With uppercase letter, puts strings before filename. -h Show a help screen and exit. -V Show the version number and exit. BUGS
The program can be fooled by any file with more than 1024 bytes between the MZ header and the PE header. AUTHOR
Miss Identify was written by Jesse Kornblum http://missidentify.sf.net/ COPYRIGHT
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. SEE ALSO
file(1) Jesse Kornblum v1.0 - 20 Feb 2008 MISSIDENTIFY(1)

Check Out this Related Man Page

JPEGINFO(1)						      General Commands Manual						       JPEGINFO(1)

NAME
jpeginfo - prints information and tests integrity of JPEG/JFIF files. SYNOPSIS
jpeginfo [ options ] [ filenames ] DESCRIPTION
jpeginfo is used to generate informative listings of jpeg files, and also to check jpeg files for errors. Program also supports automatic deletion of broken jpegs. OPTIONS
Options may be either the traditional POSIX one letter options, or the GNU style long options. POSIX style options start with a single ``-'', while GNU long options start with ``--''. Options offered by jpeginfo are the following: -c, --check Check files also for errors. (default is just to read the headers). -C, --comments Display file comments (from COM markers). -d, --delete Delete files that have errors. (default is not to delete any files). -f<filename>, --file<filename> Read filenames to process from given file. To use standard input (stdin) use '-' as a filename. This is alternative to default where filenames are given as parameters to the program. -h, --help Display short usage information and exits. -5, --md5 Calculates MD5 checksum for each file. -i, --info Displays even more information about each picture. Prints image coding (Huffman/Arithmetic), density (in dpi/dpc), and whether CCIR601 sampling was used or not. -l, --lsstyle Uses alternate listing format (ls -l style). -v, --verbose Enables verbose mode (positively chatty). --version Displays program version. -q, --quiet Quiet mode, output just the jpeg infos. -m<mode>, --mode=<mode> Sets the delete mode, meaningful only when used with -d flag. Mode can be one of the following: all files containing any type of errors/warnings, not necessarily preventing the decoding. (default) erronly only files with serious errors (ie. cannot be decoded at all). BUGS
None, so far :-) SEE ALSO
jpegoptim(1) AUTHOR
Timo Kokkonen (tjko@jyu.fi) COPYING
Copyright (C) 1996-1998 Timo Kokkonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 4th Berkeley Distribution 10 Dec 2002 JPEGINFO(1)
Man Page