# HustDetours **Repository Path**: FanYinte/hust-detours ## Basic Information - **Project Name**: HustDetours - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 271 - **Created**: 2024-02-27 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HUST CSE软件安全课程设计 Detours 是一个强大的库,用于在 Windows 平台上劫持和修改函数的行为。它提供了一组易于使用的函数,使开发者能够截获函数调用、修改函数的实现或获取函数的输出 ## 部分项目结构 * `Dll` detours截获的程序主体 * `detours_ui` 前端相关,包括服务端和网页 * `docs` 相关文档,包括项目结构和开发者日志 * `inject` 将dllmain注射到待截获程序的注射器 * `test_sample` 用于测试的待截获程序示例 * `test_sample_src` 用于测试的待截获程序示例的源码