QB45 Forums
Party like you didn't do in 1999.

Programming Talk - View Post
Anything related to programming under the sun

shadowwolf
Guest
sounds kind of virus like but anyways....
Posted by shadowwolf, on Aug 16th, 2005
if you really want to hide your process the best way i know of is to hide your process inside another process and a running thread.

simplest way to do this is to inject a DLL into the memory space of your target process that way it effectively hidden from view from the end user.

here's some examples of some dll injection techniques.

http://www.codeproject.com/threads/winspy.asp

i have only attempted the dll injection tec with not much luck outside crashing my target process some times. but amybe you will have more luck.

Back to Programming Talk

Replies:
There are no replies to this message

Post a reply:







All content copyrighted 2004, All rights reserved.