Hi,
I'm new on this forum, and found it accidentally while looking for some offset guides, and i must say, this forum has some great information, still trying to find some guides, but for now, I'm using the published ones others have found.
Now, to the point of this thread, I've done a lot of hacking in Warcraft III, and I'm behind a project that adds some great new features. Now the project is written purely in c++, but I'm mostly a C# fan, so I've been looking for methods to use it instead of c++. Recently i stumbled upon EasyHook which is project that allows you to do function hooking in C#, in some very easy steps. I've done some preliminary testing, and using it with current(3.2.2.10505) WoW doesn't trigger Warden, even if injected when the process starts, before Warden does it initial check, I haven't made a c++ injection into WoW myself, so i don't know if that's safe as well, and if it is, EasyHook is still a great and easy way to do function hooking in C#. I hope someone might find it useful. Also, this helps towards my 5 posts.
- Neverhaven