# HelloInject **Repository Path**: yhb520/HelloInject ## Basic Information - **Project Name**: HelloInject - **Description**: DLL注入工具(x64) - **Primary Language**: Unknown - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-21 - **Last Updated**: 2021-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HelloInject ## 功能介绍 DLL注入工具(x64)支持: + 远程线程注入(通过调用LoadLibrary注入模块) + 远程线程注入(不调用LoadLibrary,而是通过WriteMemory注入模块) ## Build 1. 配置Visual Studio的QT开发环境 + 安装QT开发环境(QT 5.13.1):http://download.qt.io/archive/qt/5.13/5.13.1/ + 安装VS下的QT插件:QT Visual Studio Tools 2. 在VS中通过Git导入此项目 3. 在项目属性中将QT Project Settings - Qt Installation 设置为本地电脑的QT路径。