Rebuild of Guided Hacking DLL Injector that works with MSVC2019/MSVC2022 and QT 5.15.2.
This repository contains a rebuild of the Guided Hacking DLL Injector that is compatible with MSVC2019/MSVC2022 and QT 5.15.2.
This version is based on a modified version by multikill.
-
Visual Studio 2022
- Download and install Visual Studio 2022 from here.
-
QT
- Download the QT installer from here.
- Install QT 5.15.2 for both MSVC 2019 32-bit and 64-bit.
-
QT VS Tools for Visual Studio 2022
- Download the QT VS Tools extension from the Visual Studio Marketplace.
-
Static QT 5.15.2
- Download the static QT 5.15.2 release from this repository.
- Extract it to "%QTDIR%\5.15.2\qt-5.15.2-static-msvc2019-x86_64".
-
Setup MSVC
- In Visual Studio, go to
Toolbar -> QT VS Tools -> QT Options -> Add
and add the following paths:- "%QTDIR%\5.15.2\msvc2019"
- "%QTDIR%\5.15.2\msvc2019_64"
- "%QTDIR%\5.15.2\qt-5.15.2-static-msvc2019-x86_64"
- Go to
Toolbar -> Project -> Properties -> QT Project Settings -> QT Installation
and set the installations for different architectures:- x86 -> msvc2019
- x64 -> msvc2019_64
- x64_static -> qt-5.15.2-static-msvc2019-x86_64
- Restart Visual Studio to repair intellisense and then build the project.
- In Visual Studio, go to
-
GH Injector-Library
- Download the GH Injector Library from here.
- Change the C++ Language to std:c++20.
- Build the library and copy it to the project folder.
- Intelligent drag and drop that bypasses UIPI.
- Commandline interface.
- Shortcut generator.
- Auto injection.
All original licenses of the used components Qt are respected, with the additional exception that compiling, linking, or using is allowed. Refer to the Qt website for License information.