OpenGL-Hk
OpenGL-Hk copied to clipboard
OpenGL Hook
OpenGL-Hk
What is this?
A proof of concept (POC) OpenGL hook I made because many people came to me for question regarding a video I had released on YouTube about it.
How does it work?
It works by hooking the wglSwapBuffers
function from OpenGL's library exports.
DISCLAMER: Trying to compile this project for 32-bit using the included libraries will not work. Though the process of hooking OpenGL remains the same.