logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ckport - portability analysis and security checking tool

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.

Name

       ckport - portability analysis and security checking tool

Options

--help-h
              Show this help.

       --     End of options, only filenames follow.

       --modeMODE
              Sets mode of operation.

       --dbDBFILE
              Load database DBFILE.

       --db-dirDBDIR
              Load databases from directory DBDIR.

       --edit-vim
              Show vim command pointing to location of problem.

       --confKEY=VAL
              Set config key KEY to value VAL.

       --warn-modeMODE
              Set mode for printing of warnings.

       --warnPT
              Warn about problems of type PT.

       --nowarnPT
              Ignore warnings about problems of type PT.

       --nowarns
              Disable all warnings.

       --nosummery
              Disable summery.

       --summery
              Enable summery.

       --summery-on-warn
              Only print summery if warnings has been found.

       --noheader
              Disable printing of headers.

       --header
              Enable printing of headers.

       --nofile-header
              Disable printing of headers for each file (operant).

       --file-header
              Enable printing of headers for each file (operant).

       --ignorePATTERN
              Ignore symbols matching this Perl regex pattern.

       --ignore-symbolSYMBOL
              Ignore symbol SYMBOL.

       --ignore-targetTARGET
              Ignore warnings for target TARGET.

       --print-modeMODE
              Set mode of symbol printing to MODE.

       --print-unknown
              Print unknown symbols found.

       --print-unknown-defined
              Print list of unknown but defined (internal) symbols.

       --print-unused
              Print list of defined (internal) but unused symbols.

       --print-known
              Print list of known symbols.

       --print-pt
              Print list of known problem types.

See Also

objdump(1).

ckport                                             April 2011                                          ckport(1)

Synopsis

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

See Also