Crashes when injected
When I use my DirectX hook it works with a user mode injector but crashes the game instantly from injector
Do you need certain Project settings?
Hard to know for sure without more information. You can try disabling SDL, Security checks and CFG. You can also try the precompiled example DLL I removed in this commit 7d6976879e2483af21e1a18999a98d5c3929d029.
I'll try it out I appreciate it thank you man
Hard to know for sure without more information. You can try disabling SDL, Security checks and CFG. You can also try the precompiled example DLL I removed in this commit 7d6976879e2483af21e1a18999a98d5c3929d029.
When you try to hook something inside the application to your dll it crashes
Are you sure you turned off the security checks I mentioned? I am able to use trampoline hooks just fine. Attaching a debugger might help you.