.\" ckport.1: .TH "ckport" "1" "April 2011" "ckport" "System User's Manual: ckport" .SH NAME ckport \- portability analysis and security checking tool .SH SYNOPSIS ckport [OPTIONS]... file [file,...] .SH DESCRIPTION ckport is a tool to check already compiled binaries and libraries for porting and security problems. It uses objdump to read the binaries and analysis call and jump functions. This package is architecture independent and can be used on non-host architecture binaries if a objdump tool for the target architecture is installed. .SH "OPTIONS" .TP \fB--help \-h\fR Show this help. .TP \fB--\fR End of options, only filenames follow. .TP \fB--mode MODE\fR Sets mode of operation. .TP \fB--db DBFILE\fR Load database DBFILE. .TP \fB--db\-dir DBDIR\fR Load databases from directory DBDIR. .TP \fB--edit\-vim\fR Show vim command pointing to location of problem. .TP \fB--conf KEY=VAL\fR Set config key KEY to value VAL. .TP \fB--warn\-mode MODE\fR Set mode for printing of warnings. .TP \fB--warn PT\fR Warn about problems of type PT. .TP \fB--nowarn PT\fR Ignore warnings about problems of type PT. .TP \fB--nowarns\fR Disable all warnings. .TP \fB--nosummery\fR Disable summery. .TP \fB--summery\fR Enable summery. .TP \fB--summery\-on\-warn\fR Only print summery if warnings has been found. .TP \fB--noheader\fR Disable printing of headers. .TP \fB--header\fR Enable printing of headers. .TP \fB--nofile\-header\fR Disable printing of headers for each file (operant). .TP \fB--file\-header\fR Enable printing of headers for each file (operant). .TP \fB--ignore PATTERN\fR Ignore symbols matching this Perl regex pattern. .TP \fB--ignore\-symbol SYMBOL\fR Ignore symbol SYMBOL. .TP \fB--ignore\-target TARGET\fR Ignore warnings for target TARGET. .TP \fB--print\-mode MODE\fR Set mode of symbol printing to MODE. .TP \fB--print\-unknown\fR Print unknown symbols found. .TP \fB--print\-unknown\-defined\fR Print list of unknown but defined (internal) symbols. .TP \fB--print\-unused\fR Print list of defined (internal) but unused symbols. .TP \fB--print\-known\fR Print list of known symbols. .TP \fB--print\-pt\fR Print list of known problem types. .SH "SEE ALSO" \fBobjdump\fR(1). .\" ll