This topic created in 4654 days ago, the information mentioned may be changed or developed.
我们在搞培训,领导给我们的作业是写一个Windows平台的进程管理器,要求要有强力模式跟普通模式,普通模式已经搞定了。。。
能不能介绍一些强力模式的API给我。
另外,平台是xp或者Windows 7 32位
2 replies 1970-01-01 08:00:00 +08:00  | | 1 janxin Jul 30, 2013 1 只是简单的查找隐藏进程,使用一些底层函数,比如NtQuerySystemInformation及其下层函数 |