PspTerminateProcess 结束冰刃进程
exchen 16年前 (2010-03-31) 4355浏览
#include <ntddk.h> typedef NTSTATUS (*PSPTERPROC) ( PEPROCESS Process, NTSTATUS ExitStatus ); PS...
exchen 16年前 (2010-03-31) 4355浏览
#include <ntddk.h> typedef NTSTATUS (*PSPTERPROC) ( PEPROCESS Process, NTSTATUS ExitStatus ); PS...
exchen 16年前 (2010-03-30) 2811浏览
写文件 #include <stdio.h> #include <windows.h> void main(int argc, char *argv[]) { HAN...
exchen 16年前 (2010-03-30) 2309浏览
#include <iostream> #include <fstream> using namespace std ; void main () { char *...