March 17th, 2012 10:24 AM
Replicating a system such as fraps, so I basically want to know how to hook the directx class functions
March 17th, 2012 03:35 AM
My intentions are not for bad if thats what you are thinking?
March 13th, 2012 04:38 PM
How would you go about hooking class functions?
March 11th, 2012 04:57 PM
http://msdn.microsoft.com/en-us/library/windows/desktop/ms737889%28v=vs.85%29.aspx
Great place to start!
February 14th, 2012 11:49 AM
Thanks problem solved!(Y)
February 14th, 2012 11:11 AM
is it possible to alter the Pair function to make it use 3 elements?
January 29th, 2012 09:28 AM
Small tool for any one who wants to grant system privileges to there applications enjoy!
http://www.mediafire.com/?lakg0e4u6qa62s1
January 27th, 2012 12:01 PM
do you mind if you explain why the code is doing that please?
#include <windows.h>
#include "iostream"
#include <tchar.h>
TCHAR* serviceName = TEXT("Service1");
SERVICE_STATUS...
January 27th, 2012 10:44 AM
Why will my service not run in windows 7 it produces error 1053 everytime I try to run it