搜索资源列表
-
0下载:
此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用
HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。
-
-
0下载:
本代码穷举系统进程,然后可以杀死进程,用到了 CreateToolhelp32Snapshot 和一些排序操作,
-
-
0下载:
使用CreateToolhelp32Snapshot做进程快照-CreateToolhelp32Snapshot make the process of using a snapshot of
-
-
0下载:
SetPrivilege提升本进程权限,从一个文件读取进程名称通过CreateToolhelp32Snapshot Process32First查找其它进程, 从而终止其它的进程-SetPrivilege permission to enhance this process, read from a file process name by CreateToolhelp32Snapshot Process32First, Find other processes to terminate oth
-