# LogAnalyse **Repository Path**: lcfc_3/log-analyse ## Basic Information - **Project Name**: LogAnalyse - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-22 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1.安装winddbg 1. 微软官网下载 [Windows SDK - Windows 应用开发 | Microsoft Developer](https://developer.microsoft.com/zh-cn/windows/downloads/windows-sdk/) 2. 安装时选择 第二个选择软件到本地 Download the Windows Software Development Kit - Windows 10.0.26100.4948 for installation on a: separate computer Download Path: 3.在下载的软件目录中点击X64 Debuggers And Tools-x64_en-us.msi安装 软件的安装目录在, 不同的系统软件默认路径不一致 安装完成之后windbg.exe 的安装路径C:\Program Files\Windows Kits\10\Debuggers\x64 4.安装完成之后更改base/contants.py中kdX86_path的路径 如 kdX86_path = r"C:\Program Files\Windows Kits\10\Debuggers\x64\kd.exe" 5. 运行根目录下的test_windbg.py文件windbg是否可行