# openkylin-kcc **Repository Path**: openkylin/openkylin-kcc ## Basic Information - **Project Name**: openkylin-kcc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 0 - **Created**: 2022-12-06 - **Last Updated**: 2025-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # openkylin-kcc #### 介绍 kcc基于dpkg、readelf等工具, 对每个通过dpkg工具安装到系统中的elf文件进行兼容性检测。kcc工具有三个功能模块,分别为数据收集、兼容性检测、对比测试。 #### 安装依赖 兼容检测工具的源码可以直接用python3.5以上的版本运行, 需要安装的依赖deb包为python3-pyelftools,运行所需要的模块python-debian、openpyxl。 兼容检测工具打包成deb包之后, 里面是经过pyinstaller编译过的二进制文件, 只需要libc6作为依赖包。 ```shell sudo apt install python3-pyelftools sudo apt install python3-pip sudo pip install python-debian sudo pip install openpyxl ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request