# akfile **Repository Path**: bx-sec/akfile ## Basic Information - **Project Name**: akfile - **Description**: aknet模块旨在抓取进程操作进程生命周期内对文件资源的操作行为数据。 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-22 - **Last Updated**: 2021-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # akfile #### 简介 > akfile模块旨在抓取进程操作进程生命周期内对文件资源的操作行为数据。 #### 编译环境 | 操作系统 | 内核版本 | gcc版本 | | -- | -- | ---- | | CentOS-7.0-1406 | 3.10.0-1160.15.2.el7.x86_64 | 4.8.5 | > yum update && yum install kernel kernel-devel kernel-headers #### 编译命令 > ./configure && make > file.lds为akfile模块的链接脚本 #### 依赖说明 > akfile加载依赖akfs模块,需要先加载akfs模块 #### 加载命令 > insmod file.ko #### 卸载命令 > rmmod file.ko