Skip to content

guided-hacking/GH-Injector-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt GH DLL Injector GUI Interface

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

image

Official Guided Hacking Courses

How to build

  1. Visual Studio 2019
    1. Download https://visualstudio.microsoft.com/vs/
  2. Qt
    1. Download https://www.qt.io/download-qt-installer
    2. Install Qt 5.15.2 -> MSVC 2019 32-bit
    3. Install Qt 5.15.2 -> MSVC 2019 64-bit
  3. Qt VS Tools for Visual Studio 2019
    1. Download https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools2022
  4. Static Qt 5.15.2
    1. Download https://github.com/martinrotter/qt5-minimalistic-builds/releases
    2. Extract to "C:\Qt\5.15.2\qt-5.15.2-static-msvc2019-x86_64"
  5. Setup MSVC
    1. Toolbar -> Qt VS Tools -> Qt Options -> Add ->
      1. "C:\Qt\5.15.2\msvc2019"
      2. "C:\Qt\5.15.2\msvc2019_64"
      3. "C:\Qt\5.15.2\qt-5.15.2-static-msvc2019-x86_64"
    2. Toolbar -> Project -> Properties -> Qt Project Settings -> Qt Installation ->
      1. x86 -> msvc2019
      2. x64 -> msvc2019_64
      3. x64_static -> qt-5.15.2-static-msvc2019-x86_64
    3. Restart MSVC to repair intellisense
    4. Build project
  6. GH Injector-Library
    1. Download https://github.com/Broihon/GH-Injector-Library
    2. Change C++ Language to std:c++20
    3. Build and Copy to Project Folder

Features:

  • Intelligent drag and drop that bypasses UIPI
  • Commandline interface
  • Shortcut generator
  • Auto injection

Credits:

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.