# php处理抓包数据 **Repository Path**: giteuan/processing-packet-capture-data ## Basic Information - **Project Name**: php处理抓包数据 - **Description**: php处理fiddler抓包数据 - **Primary Language**: PHP - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-09-14 - **Last Updated**: 2023-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 处理抓取网络请求程序 1. 使用fiddler进行抓包 2. 保存抓包数据为txt文件 3. 将txt文件放置resource目录下 4. 运行处理程序 php processData.php 5. 结果保存在result目录下 微信小程序抓包教程:https://cloud.tencent.com/developer/article/1833882