Giter Site home page Giter Site logo

franndzs / gh-injector-gui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from guidedhacking/gh-injector-gui

0.0 0.0 0.0 1016 KB

Home Page: https://guidedhacking.com/resources/guided-hacking-dll-injector.4/

C++ 97.04% C 0.59% C# 1.88% QMake 0.49%

gh-injector-gui's Introduction

QT GH DLL Injector

Rebuild of Guided Hacking DLL Injector that works with MSVC2019/MSVC2022 and QT 5.15.2.

Table of Contents

Introduction

This repository contains a rebuild of the Guided Hacking DLL Injector that is compatible with MSVC2019/MSVC2022 and QT 5.15.2.

Modified Version

This version is based on a modified version by multikill.

Screenshot

Screenshot

How to Build

  1. Visual Studio 2022

    • Download and install Visual Studio 2022 from here.
  2. QT

    • Download the QT installer from here.
    • Install QT 5.15.2 for both MSVC 2019 32-bit and 64-bit.
  3. QT VS Tools for Visual Studio 2022

  4. 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".
  5. 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.
  6. 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.

Features

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

Credits

License

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.

gh-injector-gui's People

Contributors

broihon avatar franndzs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.