# glibcdbg **Repository Path**: liuyuyan6100/glibcdbg ## Basic Information - **Project Name**: glibcdbg - **Description**: glibcdbg由国科础石提供一种全新的glibc调试方法 - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2023-04-23 - **Last Updated**: 2023-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # glibcdbg ## 1. 拉取项目 git clone git@gitee.com:kernelsoft/glibcdbg.git ## 2. 构建编译环境 make devel ## 3. 编译 make build ## 4. 安装驱动 make install ## 5. 运行测试案例并输出 make run ## 6. 卸载驱动 make uninstall ## 7. 清理环境 make distclean