#Misc Tools
A brain, patience, the willing to read and learn, coffee.
//************************************************** *****// #Step One :
//************************************************** *****//
This tutorial is going to explain how to do the basics, create the hook / DIP and others about making HACK, show an example wrapper, and explain a few small things along with the hook. I will include a full example as well that I will find some random free program to show you how it works and such in as well. I will add wireframe mode to a toggle key to show you how to add some of your own code into the hook as well.
This is a small list of the things you will need to be able to use this tutorial.
1a. Undetec Cheat Angine
2b. Sofware Bypass or Dumping HShield ( Search in google )
3c. Unpecking ( Search in google )
4d. Microsoft Visual Studio 2010
You do not need the full version to create things, you can use the express edition as far as I know to compile things as long as they are non-commercial (from what I was told). If not, find the full version on a warez site or be nice and purchase it Download from MS
5e. Microsoft Detours Library 1.5 Download from MS
Due to some unknown reason, the makers of the Detours library have removed the functions used in this tutorial from the new version. So you will need to download a precompiled version here.
6f. Microsoft DirectX 9.0c DSDK
And again, another free download from Microsoft for developers. (Aren't they so nice to programmers) Download from DirectX
#Note:
You need to have a real version of Windows for this download so if you don't, just google around for it. I don't think the version matters.
I used the July 2005 update for most of my old projects, but have installed the Mai 2009 version and my stuff still compiles fine so either should be ok.
Firstly, all the tools are in installers, so simply install them to their respected locations. BUT!!
I suggest you install Visual Studio first, as some of the other tools may install variables and paths for you to easily include things into your project without lots of crap work and such. So, install VS2010 first, then the others.
//************************************************** *****// #Step Two :
//************************************************** *****//