Jinron Expert Cheater
Reputation: 0
Joined: 31 Jul 2007 Posts: 121
|
Posted: Fri Nov 21, 2008 2:25 pm Post subject: EasyHook |
|
|
Have any of you tried EasyHook? I've always prefered programming in C# over C++ due to improved development time and code readability (Veteran C++ programmers may disagree, but oh well), and I recently stumbled across a .NET version of Detours functionality called EasyHook.
http://code.google.com/p/easyhook-continuing-detours/
and tutorial:
http://www.codeproject.com/KB/DLL/EasyHook64.aspx
However, this uses a bunch of terminology that I'm no familar with, and the sample hooks the CreateFile function exported by the kernal32 dll..I was wondering if anyone here could give a more game hacking oriented tutorial using easyhooks as I would much prefer to use this rather than Detours. Perhaps write a simple tutorial to hook the About box that pops up in Minesweeper (that's how I learned how to use Detours)
Thanks in advanced,
Jinron
|
|