aXXo-dev / OpenGL-Hk

OpenGL Hook

Home Page:https://www.youtube.com/watch?v=fZrAx902o7Y

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGL-Hk

This is a POC of how to hook OpenGL I made because of how many people came to me after watching one of my videos about it.
TO NOTE : Make sure to test on x64 games only

Screenshot

How it works?

All it does is get the addr of the function SwapBuffers using the export symbol from opengl32.dll.

You can use the WinAPI function GetProcAddress to do so.

How can I test it?

Well simply build using vs compiler and inject the dll in an OpenGL game.
Added Linux support ;)

About

OpenGL Hook

https://www.youtube.com/watch?v=fZrAx902o7Y

License:MIT License


Languages

Language:C++ 68.0%Language:C 32.0%