摘要:
#include //WINBASEAPI//BOOL//WINAPI//CreateProcessW(//_In_opt_ LPCWSTR lpApplicationName,//执行程序名称//_Inout_opt_ LPWSTR lpCommandLine,//命令行//_In_opt_ LP... 阅读全文
posted @ 2016-01-02 22:47
喵小喵~
阅读(221)
评论(0)
推荐(0)
摘要:
#include #include #include #include "detours.h"#pragma comment(lib,"detours.lib")//包含库文件int (*poldsystem)(const char * _Command) = system;int newsyste... 阅读全文
posted @ 2016-01-02 16:36
喵小喵~
阅读(587)
评论(0)
推荐(0)
摘要:
1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 int a[10][10] = { 0 }; 8 9 void show(int a[][10]) 10 { 11 c... 阅读全文
posted @ 2016-01-02 13:24
喵小喵~
阅读(142)
评论(0)
推荐(0)
摘要:
#define _CRT_SECURE_NO_WARNINGS#include #include #include #include char strpath[256] = "E:\\杂乱test\\kaifang.txt";char savepath[256] = { 0 };void showl... 阅读全文
posted @ 2016-01-02 11:46
喵小喵~
阅读(221)
评论(0)
推荐(0)

浙公网安备 33010602011771号