C++
文章平均质量分 73
51soupan
51sopan.cn
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
学习1
// m1.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include"stdio.h"#include #include void shutdown(){ // 以下为提权函数,使其用关机权限, HANDLE hToken; TOKE...原创 2012-12-10 10:33:26 · 136 阅读 · 0 评论 -
学习2
// m1.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include"stdio.h"#include #include #include"tlhelp32.h"void shutdown(){ // 以下为提权函数,使其用关机权限,...原创 2012-12-10 11:40:00 · 118 阅读 · 0 评论 -
学习3
// m6.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include#include#includeHANDLE g_hProcess;DWORD dwGoalAddr[1024],count;int CompareAPage(DWORD dwBas...原创 2012-12-12 15:35:06 · 139 阅读 · 0 评论 -
C++学习4
C++学习4原创 2013-12-13 14:37:52 · 106 阅读 · 0 评论
分享