Smellon69 / ImGuiBase

A Modern, free, open-source, ImGui software base in .dll form, powered by C++ 20 and Dear ImGui.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImGuiBase

C++ Windows x86

A simple ImGui and Minhook .dll to allow you to create ImGui menu's alot quicker.

What it has to offer

  • ImGui - The last version of ImGui so you get the best performance and optimization possible.
  • Minhook - Minhook allows you to show the ImGui across anything.
  • Injection - All the ImGui and DirectX9 hooks I've already set up for you to supercharge your workflow.
  • Comments - I've provided in-depth comments for just about everything in the code.

FAQ

How do I open menu?

Press INSERT while focused on the window you've injected into.

What hooking methods have I provided?

Currently implemented hooking methods are:

  • MinHook - trampoline hook

About

A Modern, free, open-source, ImGui software base in .dll form, powered by C++ 20 and Dear ImGui.


Languages

Language:C++ 87.0%Language:C 13.0%