ckport — portability analysis and security checking tool
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 calls and jumps to 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.
Features
- Works on already compiled and stripped (no debugger information included) binarys
- Works on non-native binaries
- Includes databases for some common targets (libraries provide extra databases)
- Support for overrides within the code files.
Downloads
Downloads can be found at the Download Page.