UniversalHookX icon indicating copy to clipboard operation
UniversalHookX copied to clipboard

Universal graphical hook for Windows apps.

Results 7 UniversalHookX issues
Sort by recently updated
recently updated
newest added

I tried the hook in android and in log, I successfully created dummy device and hook the present method, however when it reach the ImGui draw for vulkan, it doesn't...

![image](https://github.com/bruhmoment21/UniversalHookX/assets/1417108/5e7f2bd1-95e8-4f79-a0bd-3d0127d7b313) Problem is somewhere here https://github.com/bruhmoment21/UniversalHookX/blob/main/UniversalHookX/src/hooks/backend/vulkan/hook_vulkan.cpp#L542 Always: pPresentInfo->swapchainCount 1 pPresentInfo->waitSemaphoreCount 1 Game hangs, but RenderImGui_Vulkan called some times more.

Awesome to see an imgui hook example for Vulkan. This is the only example I could find! 😄 When injecting for Valheim, it appears to inject fine. However the imgui...

**Description:** Hello, I'm currently facing an issue with UniversalHookX when trying to inject it into rdr2. While the injection process itself seems to work, the game unfortunately freezes shortly after....

`[+] fnCreateSwapChain:-> 4 [+] fnCreateSwapChainForHwndChain:-> 4 [+] fnCreateSwapChainForCWindowChain:-> 4 [+] fnCreateSwapChainForCompChain:-> 4 [+] fnPresent:-> 4 [+] fnPresent1:-> 4 [+] fnResizeBuffers:-> 4 [+] fnResizeBuffers1:-> 4 [+] fnExecuteCommandLists:-> 4` These are MH_STATUS...

Hey everyone, I'm having an issue with UniversalHookX and I could really use some help. I'm trying to hook my ImGUI window into the Vulkan render for the Cemu emulator,...