- This is the GUI Interface for the Guided Hacking DLL Injector
- This Version works with MSVC2019/MSVC2022 and QT 5.15.2
The original GH Injector used AutoIt as a GUI frontend. Kage / Multikill developed the initial version of Qt front end in 2020, which Broihon has continued to improve over the past 5 years.
- The Game Hacking Bible - a massive 70 chapter Game Hacking Course
- Computer Science 420 - an eight chapter lecture on CS, Data Types & Assembly
- Binary Exploit Development - a 9 chapter series on exploit dev from a certified OSED
- Game Hacking Shenanigans - a twenty lesson Cheat Engine hacking course
- Python Game Hacking Course - 7 chapter external & internal python hack lesson
- Python App Reverse Engineering - Learn to reverse python apps in 5 lessons
- Web Browser Game Hacking - Hack javascript games with this 4 chapter course
- Roblox Exploiting Course - 7 Premium Lessons on Hacking Roblox
- Java Reverse Engineering Course - 5 chapter beginner guide
- Java Game Hacking Course - 6 Chapter Beginner Guide
- Visual Studio 2019
- Qt
- Download https://www.qt.io/download-qt-installer
- Install Qt 5.15.2 -> MSVC 2019 32-bit
- Install Qt 5.15.2 -> MSVC 2019 64-bit
- Qt VS Tools for Visual Studio 2019
- Static Qt 5.15.2
- Download https://github.com/martinrotter/qt5-minimalistic-builds/releases
- Extract to "C:\Qt\5.15.2\qt-5.15.2-static-msvc2019-x86_64"
- Setup MSVC
- Toolbar -> Qt VS Tools -> Qt Options -> Add ->
- "C:\Qt\5.15.2\msvc2019"
- "C:\Qt\5.15.2\msvc2019_64"
- "C:\Qt\5.15.2\qt-5.15.2-static-msvc2019-x86_64"
- Toolbar -> Project -> Properties -> Qt Project Settings -> Qt Installation ->
- x86 -> msvc2019
- x64 -> msvc2019_64
- x64_static -> qt-5.15.2-static-msvc2019-x86_64
- Restart MSVC to repair intellisense
- Build project
- Toolbar -> Qt VS Tools -> Qt Options -> Add ->
- GH Injector-Library
- Download https://github.com/Broihon/GH-Injector-Library
- Change C++ Language to std:c++20
- Build and Copy to Project Folder
- Intelligent drag and drop that bypasses UIPI
- Commandline interface
- Shortcut generator
- Auto injection
- https://guidedhacking.com/resources/guided-hacking-dll-injector.4/
- https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle
- https://github.com/fpoussin/Qt5-MSVC-Static
All original licenses of all used components Qt are respected with the additional exception that compiling, linking or using is allowed. Go to Qt website and check for License.