Lock process

contains all delphi packages mentioned below
Post Reply
shamers
Posts: 7
Joined: Wed Jun 07, 2006 6:46 pm

Lock process

Post by shamers »

Hi,

I want to disable the possibility to terminate a procees attached to my application. So I wanted to try the example but it doesn't work...

When I compile the .dpr it doesn't hide the process.. Can anyone help me out here? Do a little explaining maybe.. Thank you!!

Grtz
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

The demo is not meant to hide the process! It's only meant to protect from being terminated violently.
shamers
Posts: 7
Joined: Wed Jun 07, 2006 6:46 pm

Post by shamers »

Sorry, that is what I want. Could you please tell me al little more on how it works? And what is going wrong?

regards, SH
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Does the precompiled demo work? If you recompile the demo with the non-commercial edition, you need to copy madCHook.dll to the system(32) folder.
shamers
Posts: 7
Joined: Wed Jun 07, 2006 6:46 pm

Post by shamers »

I copied madCHook.dll to system32 and now it works when I compile angain!! But when I whant my own program to do the same on a different computer, should I install the madCHook.dll on that pc too?

Or... something else? Please a little more help.


regards, SH
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Yes, you need to install madCHook.dll then. Or you can buy the commercial edition, then when using Delphi or MSVC++ the madCHook code will be linked into your hook dll.
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

P.S: Please use this strictly only for 100% legal purpose!!
Post Reply