Search found 35 matches

by zenic
Sun Mar 21, 2010 1:20 am
Forum: madCodeHook
Topic: Hooking Direct3d without hooking Direct3DCreate9
Replies: 4
Views: 5817

I'd really like to know why you can't run before the app starts? have you considered creating your own temporary objects and grabbing their vtables? edit: by this I mean create your own com object and hook against that - it will almost certainly be the same as the one they created before you arrived.
by zenic
Tue Dec 15, 2009 6:54 am
Forum: madCodeHook
Topic: HookAPI and dynamic loaded funktions in Windows 7
Replies: 11
Views: 9763

Here is a way around it:

call LoadLibrary just before the HookAPI - this seems to make it work.
by zenic
Tue Dec 15, 2009 6:34 am
Forum: madCodeHook
Topic: HookAPI and dynamic loaded funktions in Windows 7
Replies: 11
Views: 9763

Just wanted to chime in and say that we seem to have exactly the same problem.
by zenic
Thu Apr 23, 2009 1:39 am
Forum: madCodeHook
Topic: forcing code overwriting (not patching EAT, IAT)
Replies: 2
Views: 3634

Re: forcing code overwriting (not patching EAT, IAT)

hongyver wrote: 2. Some module hooked GDI32!Escape and GDI32!Endpage API.
Is this someone else hooking them? If so, maybe it is the other module that is causing the problem. The "RenewHook" calls might help..
by zenic
Thu Apr 23, 2009 1:34 am
Forum: madCodeHook
Topic: help: in prevent task manager ending my process
Replies: 3
Views: 3888

yes i have seen it i wonder if i can develop a code but without using madhook i nned to do my one code , to prevent kiling my task what should i do??? can any one help me?? You have 2 options: 1. use madCodeHook 2. write your own This forum is for option 1. For option 2, you will have a lot of read...
by zenic
Thu Apr 23, 2009 1:31 am
Forum: madCodeHook
Topic: Confusing non-injection
Replies: 19
Views: 14378

ChrisHebert wrote:I believe we're using 2.2h. The description of the changes for 2.2i doesn't indicate any that would affect things.
Make sure the Operating System is 32bit - all madCodeHook 2.x versions are for 32bit. Could this be the problem?
by zenic
Thu Apr 23, 2009 1:26 am
Forum: madCodeHook
Topic: How to hook methods of an object?
Replies: 12
Views: 12693

HookCode(Pointer($00408FFC), @WriteToQueueCallBack, @WriteToQueueNext); @PInvoke: I would avoid hard-coding the address like that because it is not guaranteed to always be loaded into the same place. Some interesting reading if you wondered how DLLs work is http://www.joachim-bauch.de/tutorials/loa...
by zenic
Thu Apr 23, 2009 1:05 am
Forum: madCodeHook
Topic: Problem acquiring madCodeHook license
Replies: 5
Views: 4735

I got my license about 3 years ago by emailing madshi. These days he does seem busy, so I hope you hear back from him. madCodeHook has been very reliable software!
by zenic
Thu Apr 23, 2009 12:57 am
Forum: madCodeHook
Topic: 64bit Question
Replies: 9
Views: 8394

I believe that it will "sort of" work. It will definitely only hook other 32bit processes. If I remember, it will hook currently running 32bit processes, but won't hook new processes. so... it will "sort of" work, but not reliably. You would need to ask madshi about the beta for ...
by zenic
Fri Oct 03, 2008 12:40 am
Forum: madCodeHook
Topic: mchInjDrv detected as virus on AVG
Replies: 6
Views: 5584

I installed AVG-free and sure enough, it popped up asking me to move mchInjDrv.sys to the virus vault. I chose yes. Then I opened up that interface and followed your instructions to get to the virus vault and it is empty? I don't know what I did wrong. Now it won't warn me, but our software definite...
by zenic
Fri Sep 19, 2008 5:24 am
Forum: madCodeHook
Topic: Windows xp 64 bit and 2003 server x64 process creation hook
Replies: 7
Views: 6877

Unfortunately you can't mix 64 and 32bit. So you'll need two parts. The first part is you need to compile for x64. This you can do. The second part is that you'd need a 64bit version of codehook. That would depend on madshi...
by zenic
Wed Jul 16, 2008 6:43 am
Forum: madCodeHook
Topic: DirectX Hooking Example, Along With Drawing Text On DirectX
Replies: 20
Views: 51487

Thanks Ultimation, its great that you share this code! The texture image you use is very ... uh ... bright! Just a heads up: your code doesn't free the objects it creates. This probably isn't a problem for most games, since they don't do any error checking. However, it is actually a memory leak, eve...
by zenic
Tue Jul 15, 2008 5:14 pm
Forum: madCodeHook
Topic: madCodeHook, vista and x64-bit
Replies: 1
Views: 4860

Thanks Mike, very handy information.
by zenic
Sun Apr 06, 2008 4:31 am
Forum: madCodeHook
Topic: Questions regarding the commercial madhook package
Replies: 4
Views: 6627

Re: Questions regarding the commercial madhook package

1. Does the commercial version of the package require the presence of madCHook.dll? 2. If it does, can it be renamed or placed in a directory other then system32? I am thinking my application could conflict with other applications using using your package. I'll answer 1 & 2, the other questions...
by zenic
Sun Feb 24, 2008 11:46 pm
Forum: madCodeHook
Topic: MadCodeHook 2.2f not working?
Replies: 10
Views: 7120

Janesteine wrote:Does the current version on the download link still have this problem? (Feb 17, 2008).
yes, the current download is 2.5.7.0, which has the problem.