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