import os
import sys
import re
os.system("Tasklist/SVC>w.txt")
f=open(r"w.txt","r")
s=f.read()
f.close()
os.remove(r"w.txt")
exe1="StudentMain.exe"
pat=exe1+r"\s+(\d+)"
r=re.findall(pat,s)
for rr in r:
	os.system("ntsd -c q -p "+rr)

  

编辑器加载中...

相关文章:

  • 2021-12-19
  • 2021-09-09
  • 2021-08-24
  • 2021-09-24
  • 2022-12-23
  • 2021-12-27
  • 2021-04-04
  • 2021-12-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2021-05-24
  • 2021-12-02
  • 2021-11-29
相关资源
相似解决方案