Skip to content

Commit dab4832

Browse files
authored
Create README.md
1 parent 81a3a02 commit dab4832

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# ImGuiBase
2+
[![C++](https://img.shields.io/badge/language-C%2B%2B-%23f34b7d.svg?style=plastic)](https://en.wikipedia.org/wiki/C%2B%2B)
3+
[![Windows](https://img.shields.io/badge/platform-Windows-0078d7.svg?style=plastic)](https://en.wikipedia.org/wiki/Microsoft_Windows)
4+
[![x86](https://img.shields.io/badge/arch-x86-red.svg?style=plastic)](https://en.wikipedia.org/wiki/X86)
5+
6+
A simple ImGui and Minhook .dll to allow you to create ImGui menu's alot quicker.
7+
8+
##What it has to offer
9+
* **ImGui** - The last version of ImGui so you get the best performance and optimization possible.
10+
* **Minhook** - Minhook allows you to show the ImGui across anything.
11+
* **Injection** - All the ImGui and DirectX9 hooks I've already set up for you to supercharge your workflow.
12+
* **Comments** - I've provided in-depth comments for just about everything in the code.
13+
14+
## FAQ
15+
16+
### How do I open menu?
17+
Press <kbd>INSERT</kbd> while focused on the window you've injected into.
18+
19+
### What hooking methods have I provided?
20+
Currently implemented hooking methods are:
21+
* MinHook - trampoline hook

0 commit comments

Comments
 (0)