This website requires JavaScript.
Explore
Minetest
Help
Sign In
jp9000
/
obs-studio
Watch
1
Star
0
Fork
You've already forked obs-studio
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
903bb137a0
obs-studio
/
plugins
/
win-capture
/
get-graphics-offsets
/
ddraw-offsets.cpp
2 lines
11 B
C++
Raw
Normal View
History
Unescape
Escape
win-capture: Add get-graphics-offsets helper Before, game capture would find addresses to important graphics functions by creating a graphics context for the desired API inside of the hook, and then find the function addresses that way. The big problem with that is that the context could often cause the hooked application to crash, especially if another hook was active. This bypasses that entire need by a simple console application that creates the contexts, finds the hook address offsets and then returns them via console output.
2014-11-10 14:56:57 -08:00
/* TODO */