If you ever tried to hack a Windows Live Game you know, the game will crash at the point you are looking for the pointers. In this tutorial I will show you, how to disable the anti debuging from GFWL!
First we need a hex editor (e.g. [Only registered and activated users can see links. Click Here To Register...]). Then go to your "Windows/System32" directory (System64 at 64Bit OS?) and search for "xlive.dll". Open it in your hex editor.
Go to:
and replace it with:
Save the changes and close the editor. If you want to play normal with GFWL, you should backup the original dll file.
If you doing all right, you can't go online with your game but you can debug the game e.g. to search for pointers without any crashes. :)
Update: On x64 it's "Windows/SysWOW64"
First we need a hex editor (e.g. [Only registered and activated users can see links. Click Here To Register...]). Then go to your "Windows/System32" directory (System64 at 64Bit OS?) and search for "xlive.dll". Open it in your hex editor.
Go to:
Code:
[B]8B FF 55[/B] 8B EC 83 EC 20 53 56 57 8D 45 E0 33 F6 50 FF 75 0C 8B F9
Code:
[B]C2 0C 00[/B] 8B EC 83 EC 20 53 56 57 8D 45 E0 33 F6 50 FF 75 0C 8B F9
If you doing all right, you can't go online with your game but you can debug the game e.g. to search for pointers without any crashes. :)
Update: On x64 it's "Windows/SysWOW64"