Search found 85 matches

by manutai
Fri Nov 06, 2009 8:21 am
Forum: madCodeHook
Topic: Problem with MadCHook Initialize method
Replies: 8
Views: 6244

Dear Madshi,

I am still awaiting your response on what are the things that happen in the lastest MadCHook library when the Initialize method is called. It will help us find out if there is something on the machine that is interfering.

Regards
by manutai
Fri Nov 06, 2009 8:19 am
Forum: madCodeHook
Topic: Problem with MadCHook Initialize method
Replies: 8
Views: 6244

I got the licensed version. I had to place the license file in the installer folder.
Thanks
by manutai
Wed Nov 04, 2009 7:45 am
Forum: madCodeHook
Topic: Problem with MadCHook Initialize method
Replies: 8
Views: 6244

Dear Madshi,

The link that you have given here has only the eval version. We need the licensed version which has the .lib file. Where can we get that ? Please send me a URL for the same.
by manutai
Tue Nov 03, 2009 8:24 am
Forum: madCodeHook
Topic: Problem with MadCHook Initialize method
Replies: 8
Views: 6244

Thanks, Madshi. I'll check the latest version also. However, we have to do it on customer environment and unfortunately we do not have that system available for testing all the time. It will help if you can tell me the things that are done in the Initialize method of the latest release. We can then ...
by manutai
Thu Oct 29, 2009 4:15 am
Forum: madCodeHook
Topic: Problem with MadCHook Initialize method
Replies: 8
Views: 6244

Thanks Madshi, I'll definately try the latest version. Is this the URL where I'll always find the latest release ? Do u also publish the version of the latest release anywhere ? Pl give me that URL also. Can you give me some idea on what do you do in the Initialize method ? I am wondering what is th...
by manutai
Fri Oct 23, 2009 12:45 pm
Forum: madCodeHook
Topic: Problem with MadCHook Initialize method
Replies: 8
Views: 6244

Problem with MadCHook Initialize method

I am using a licensed version of MadCHook. We are using MadCHook version 2.1. Our application runs on Windows XP machine. We have two components in our application. There is a service that runs as LocalSystem. It first calls InitializeMadCHook() and then it does a system wide injection of a DLL. The...
by manutai
Wed Aug 19, 2009 12:02 pm
Forum: madCodeHook
Topic: Using MadCodeHook lib in VS2005/VS2008
Replies: 1
Views: 2354

Using MadCodeHook lib in VS2005/VS2008

I am trying to use madCodeHook lib file (statically linked) using VS2005 project. There is a change in the structure of the lib files since VS6.0.

Do we need a different version on lib file from you for it to work with VS2005/VS2008 ?
by manutai
Tue Jul 21, 2009 3:12 pm
Forum: madCodeHook
Topic: Symatec Antivirus reports mchInjDrv.sys as virus thread
Replies: 44
Views: 73241

Still facing problem with norton AV

We are still facing the same problem with mchinjdrv.sys.
We are using Norton NOD32 2.7 version.
Can you please tell me what is the resolution ?
Also, is this file (mchinjdrv.sys) created only when we do system wide injection ?
by manutai
Mon Aug 04, 2008 5:05 am
Forum: madCodeHook
Topic: Systemwide injection problem
Replies: 4
Views: 3512

I am not using 64 XP. I am on a 32 bit machine.

I downloaded the latest version and I am using the same. (Ver. 2.5.8.0)
by manutai
Sun Aug 03, 2008 1:47 am
Forum: madCodeHook
Topic: Systemwide injection problem
Replies: 4
Views: 3512

Systemwide injection problem

Hi I am injecting a DLL system wide on a Windows XP system. When I call inject, it does inject the DLL in all the current processes. However, if I start any new process, it does not inject the DLL into that process. BOOL b = InjectLibrary((HANDLE)(ALL_SESSIONS | SYSTEM_PROCESSES), "HookDLL.dll&...