Can I get a signed build of graphics-hook32.dll

Lu Gong

New Member
I made some change to DirectX capture and wanted to test it with the game I play. However I found the anti-hacking program (specifically XignCode3) of the game detects it as hack. Can I get a signed build of graphics-hook32.dll (github)? I have also sent emails to Jim but got no reply -_-
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
I cannot and will not sign someone else's library. I do not say that out of offense or ill intent -- I say it because it goes against the purpose of having code signing.

If you have a change that you want to use with programs that have anti-cheat, you will need to get code signing for yourself and petition the anti-cheat organizations for whitelisting.
 

Lu Gong

New Member
It's much harder to make this into mainline code. Maybe I'll try to do some of them (such as creating the backbuffer after present). But some of them cannot get into mainline (such as not rehooking every 40ms). All of these is to lower the latency affect of gameplay while streaming. btw the d3d9 code is here.
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
If you have a change that you want to propose to the main project in order to improve it, that is always fine -- submitting a pull request for example in order to improve the project as a whole.

I realize it's frustrating, however I hope you understand my position: code signing someone else's code would compromise the trust between anti-cheat organizations and OBS. That's something I just cannot do.
 

Lu Gong

New Member
It's absolutely fine :)

Though I would assume a frame rate limiter that only works for dx9 will not be accepted. Maybe I'll need to work with some nasty memory hacks :)
 
Top