# dnsparse **Repository Path**: baige_/dnsparse ## Basic Information - **Project Name**: dnsparse - **Description**: Linux 系统解析DNS协议工具,采用不同的系统调用发送和接收UDP数据包 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-17 - **Last Updated**: 2026-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dnsparse #### 介绍 Linux 系统解析DNS协议工具,采用不同的系统调用发送和接收UDP数据包 #### 软件架构 软件架构说明 #### 安装教程 ``` mkdir build && cd build cmake .. make sudo make install # 重新构建 cmake --fresh .. make ```