# windows-dll-Injector **Repository Path**: hexiyou/windows-dll-Injector ## Basic Information - **Project Name**: windows-dll-Injector - **Description**: Windows系统DLL(load/unload)命令行工具,从指定进程中加载或者卸载某DLL文件 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-15 - **Last Updated**: 2022-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: Cpp, Windows, dll, visual-studio ## README # windows-dll-Injector Simple Windows DLL Injector via command line. Creates a thread in the target process that calls LoadLibrary to load the DLL. Can load and unload DLLs. ## 使用示例 ```bash DLLInjector.exe ``` ## 编译说明 1. Open DLLInjector.sln with Microsoft Visual Studio 2. Compile with Debug x86 or Release x86 mode 3. Run DLLInjector.exe with your terminal.