Awesome
Qt GH DLL Injector GUI Interface
- This is the GUI Interface for the Guided Hacking DLL Injector
- This Version works with MSVC2019/MSVC2022 and QT 5.15.2
Initial Qt GUI Interace by Kage/Multikill
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.
Picture
<h3>Official Guided Hacking Courses</h3> <ul> <li><a href="https://guidedhacking.com/ghb" target="_blank">The Game Hacking Bible</a> - a massive 70 chapter Game Hacking Course</li> <li><a href="https://guidedhacking.com/threads/squally-cs420-game-hacking-course.14191/" target="_blank">Computer Science 420</a> - an eight chapter lecture on CS, Data Types & Assembly</li> <li><a href="https://guidedhacking.com/forums/binary-exploit-development-course.551/" target="_blank">Binary Exploit Development</a> - a 9 chapter series on exploit dev from a certified OSED</li> <li><a href="https://guidedhacking.com/forums/game-hacking-shenanigans/" target="_blank">Game Hacking Shenanigans</a> - a twenty lesson Cheat Engine hacking course</li> <li><a href="https://guidedhacking.com/threads/python-game-hacking-tutorial-1-1-introduction.18695/" target="_blank">Python Game Hacking Course</a> - 7 chapter external & internal python hack lesson</li> <li><a href="https://guidedhacking.com/threads/python-game-hacking-tutorial-2-1-introduction.19199/" target="_blank">Python App Reverse Engineering</a> - Learn to reverse python apps in 5 lessons</li> <li><a href="https://guidedhacking.com/threads/web-browser-game-hacking-intro-part-1.17726/" target="_blank">Web Browser Game Hacking</a> - Hack javascript games with this 4 chapter course</li> <li><a href="https://guidedhacking.com/forums/roblox-exploit-scripting-course-res100.521/" target="_blank">Roblox Exploiting Course</a> - 7 Premium Lessons on Hacking Roblox</li> <li><a href="https://guidedhacking.com/forums/java-reverse-engineering-course-jre100.538/" target="_blank">Java Reverse Engineering Course</a> - 5 chapter beginner guide</li> <li><a href="https://guidedhacking.com/forums/java-game-hacking-course-jgh100.553/" target="_blank">Java Game Hacking Course</a> - 6 Chapter Beginner Guide</li> </ul>How to build
- 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
Features:
- Intelligent drag and drop that bypasses UIPI
- Commandline interface
- Shortcut generator
- Auto injection
Credits:
- 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
License
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.