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