- 博客(8)
- 收藏
- 关注
转载 C++结束进程 并能显示其父进程
声明:有些网友有可能在优快云博客上看到过相同的文章,因为本人有两个账号。。。请不要误会,均为原创这个程序功能强大哦~~#include <cstdio>#include <windows.h>#include <winbase.h>#include <wtypes.h>#include <tlhelp3...
2017-01-23 21:55:00
177
转载 USACO Your Ride Is Here
[USACO]Your Ride Is HereIt is a well-known fact that behind every good comet is a UFO. These UFOs often come to collect loyal supporters from here on Earth. Unfortunately, they only have room t...
2017-01-23 21:51:00
164
转载 Treap标准模板
这是Treap的模板程序,支持Left/Right Rotate,Find the maxnum/minnum,Find the predecessor/successor of a node,Add/Delete nodes 等绝大多数功能(不包含类似于”查找排名第k的元素”这样奇怪的东西的代码)#include<bits/stdc++.h>#include&l...
2017-01-23 21:50:00
97
转载 【cogs247】售票系统【线段树】
售票系统输入文件:railway.in 输出文件:railway.out时间限制:1 s 内存限制:128 MB【问题描述】某次列车途经C个城市,城市编号依次为1到C,列车上共有S个座位,铁路局规定售出的车票只能是坐票, 即车上所有的旅客都有座。售票系统是由计算机执行的,每一个售票申请包含三个参数,分别用O、D、N表示,O为起始站,D为目的地站,N为车票张数。售票 系统对该售票...
2017-01-23 21:47:00
134
转载 ntdll.dll函数原型
/*NTDLL Base Functions*/NTSYSAPINTSTATUSNTAPINtAcceptConnectPort(OUT PHANDLE PortHandle,IN PVOID PortIdentifier,IN PPORT_MESSAGE Message,IN BOOLEAN Accept,IN OUT PPORT_VIEW Serv...
2017-01-08 08:46:00
406
转载 结束进程的12种方法
方法一针对有窗口的消息攻击法void main(int argc, char **argv){ HWND hwnd = FindWindow(NULL, "Title"); SendMessage(hwnd,WM_CLOSE,0,0); HWND hwnd = FindWindow(NULL, "Title"); SendNotifyMessage(hwn...
2017-01-07 14:57:00
1453
转载 获取父进程ID
本程序主要功能是:获取某程序的ParentProcessID直接上代码: 1 // parent.cpp (Windows NT/2000) 2 // 3 // This example will show the method how you can retrieve the parent 4 // process ID on Windows...
2017-01-07 13:59:00
391
转载 结束学生端进程
#include <stdio.h>#include <windows.h>#include <tlhelp32.h>#include <stdlib.h>#include <string.h> int main(int argc, char **argv){ PROCESSENTRY3...
2017-01-07 13:56:00
257
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人