https://github.com/skript023/gottvergessen-loader
DLL Injector remote through REST API
https://github.com/skript023/gottvergessen-loader
Last synced: 16 days ago
JSON representation
DLL Injector remote through REST API
- Host: GitHub
- URL: https://github.com/skript023/gottvergessen-loader
- Owner: skript023
- License: gpl-3.0
- Created: 2022-11-29T02:21:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T05:24:07.000Z (over 2 years ago)
- Last Synced: 2025-01-15T07:58:35.687Z (over 1 year ago)
- Language: C++
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gottvergessen Loader
DLL Injector remote through REST API strictly for educational purposes.
## Features
* ImGui�based user interface
* Log console
* Thread pool
* HTTP Request
* DLL downloader
* Check DLL version
## Building
To build Gottvergessen Loader you need:
* [Example Laravel API](https://github.com/skript023/Gottvergessen-API)
* Visual Studio 2022
* [Premake 5.0](https://premake.github.io) in your PATH
To set up the build environment, run the following commands in a terminal:
```dos
git clone https://github.com/skript023/Gottvergessen-Loader.git --recurse-submodules
GenerateProjects.bat
```
Now, you will be able to open the solution, and simply build it in Visual Studio.