获取远程计算机上运行的进程(100分)

  • 主题发起人 主题发起人 lxlzq
  • 开始时间 开始时间
L

lxlzq

Unregistered / Unconfirmed
GUEST, unregistred user!
在一本书上看到过利用API函数可以获取远程计算机运行的进程,但书上没具体讲,<br><br>有人知道吗?
 
最好哪位高手能帖出一短代码<br>谢谢
 
恐怕那些代码已经过时了<br>只能在98下用的
 
不会吧,我看到的时在WINDOWS 2000里的
 
没人知道?[^]
 
有人知道吗[8D]
 
简单的方法:用WMISQL即可。自己查看MSDN,给出简单的提示:<br>strComputer = "webserver"<br>Set objWMIService = GetObject("winmgmts:" _<br>&nbsp; &nbsp; &amp; "{impersonationLevel=impersonate}!//" &amp; strComputer &amp; "/root/cimv2:Win32_Process")<br><br>Error = objWMIService.Create("notepad.exe", null, null, intProcessID)<br>If Error = 0 Then<br>&nbsp; &nbsp; Wscript.Echo "Notepad was started with a process ID of " _<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&amp; intProcessID &amp; "."<br>Else<br>&nbsp; &nbsp; Wscript.Echo "Notepad could not be started due to error " &amp; _<br>&nbsp; &nbsp; &nbsp; &nbsp; Error &amp; "."<br>End If<br><br><br>
 
在delphi中如何实现?
 
我想到的唯一方法是参考木马的编写
 
有人能把KINGRON写的改成DELPHI吗
 
http://www.online-admin.com/download.html<br>给分吧.
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
D
回复
0
查看
1K
DelphiTeacher的专栏
D
后退
顶部