Scroll to navigation

ckport(1) System User's Manual: ckport ckport(1)

NAME

ckport - portability analysis and security checking tool

SYNOPSIS

ckport [OPTIONS]... file [file,...]

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.

OPTIONS

Show this help.

--
End of options, only filenames follow.

Sets mode of operation.

Load database DBFILE.

Load databases from directory DBDIR.

Show vim command pointing to location of problem.

Set config key KEY to value VAL.

Set mode for printing of warnings.

Warn about problems of type PT.

Ignore warnings about problems of type PT.

Disable all warnings.

Disable summery.

Enable summery.

Only print summery if warnings has been found.

Disable printing of headers.

Enable printing of headers.

Disable printing of headers for each file (operant).

Enable printing of headers for each file (operant).

Ignore symbols matching this Perl regex pattern.

Ignore symbol SYMBOL.

Ignore warnings for target TARGET.

Set mode of symbol printing to MODE.

Print unknown symbols found.

Print list of unknown but defined (internal) symbols.

Print list of defined (internal) but unused symbols.

Print list of known symbols.

Print list of known problem types.

SEE ALSO

objdump(1).

April 2011 ckport