Page 1 of 1

How kill or suspend one thread of remote process !

Posted: Fri May 23, 2008 2:38 pm
by break
hello people

I am recent in forum

I need kill one module dll of winlogon that is one persistent notify regedit

so I need kill or suspend one thread in delphi of one process winlogon.exe peer exemple

tksssss

Detail : I killed with tool graphic of systeinternals procexp.exe

he continue winlogon.exe work and kill this thread
if possible code example

if not have one code i would of one toll comannd line that make this

thanksss nedd urgent people

tks

Posted: Mon May 26, 2008 12:01 pm
by madshi
I'm sorry, but I'm not sure what you really need. Are you talking about a colorful mixture of modules, threads, dlls. Now what do you really want? Do you want to terminate a thread? Or do you want to unload a module/dll? And what exactly do you know about the thread/module which you want to terminate/unload?

And what purpose do you need this for?

Madshi I want kill one module nofify that is one TID

Posted: Mon May 26, 2008 12:47 pm
by break
Madshi I want kill one module nofify that is one TID winlogon.exe

example..


i use the procexp.exe of sysinternals..


right button in winlogon.exe -> properties -> threads

he list various Dll Example

themodule.dll ok?

then.. I need kill or suspend this DLL!!

UNDERSTAND?

the tool of sysinternals make this,, but i need one code u understand?

:) thanks

sorry my bad english

Posted: Thu Jul 03, 2008 9:56 pm
by madshi
You can use InjectLibrary(targetProcessHandle, 'themodule.dll'). Is that what you need?