Skip to content

vn-os/ImGui-Standalone-GUI_inside-inject_dll_to_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Banner

ImGui Standalone

C++ Windows x86 x64

📖 Project Overview :

ImGui Standalone use D3D11 to create GUI application with ImGui or for games that does not use DirectX and games which ImGui block the render.

You can easily use it as a DLL for external in an internal cheat or build GUI application with ImGui. Everything is setup you just need to choose between DLL or EXE. ImGui Standalone create his own window, if you use it as a DLL you main process don't need to use DirectX.

This project works in x86 and x64, DLL and EXE.

Used librairies :

🚀 Getting Started

Note
Make sure that DXSDK_DIR is declared in your environment variables.

To see your environment variables :

Settings --> System --> About --> System Advanced Settings --> Environment Variables

Visual Studio :

  1. Open the solution file (.sln).
  2. Build the project in Release (x86 or x64)

Every configuration in x86 / x64 (Debug and Realese) are already configured with librairies and includes.

Everything is setup, you just need to choose between DLL or EXE.

Warning
If you have any linking error when compiling make sure that you have correctly install DirectX SDK.

🧪 Demonstration :

GUI Application (EXE - x64)

Demo.EXE.mp4

Notepad Injection (DLL - x64)

The insert key is used to hide/show the menu.

Demo.DLL.mp4

About

D3D11 ImGui External (x86 / x64) - EXE / DLL ImGui External Menu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 91.2%
  • C 8.8%