-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# DirectX11 Present Hook by Tak | ||
This project is a template for hooking D3D11's Present() function in an application using the Microsoft Detours library, and then drawing ImGui's demo window. This project compiles as a DLL that can be injected into any process. | ||
If injected into a process that doesn't use DX11, the library will write an error message to its console window and then unload. |