当前位置:
首页
资源下载

搜索资源 - process open handle
搜索资源列表
-
0下载:
此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。 -this code demonstrated how to use CreateToolhelp32Snapshot API function except to the current process system. And how HANDLE OpenProcess
-
-
0下载:
工作环境为Linux,CORBA的开源项目MICO。此程序完整的实现了如何实现POA的守护例程MICOD来响应客户端的请求,然后唤醒服务器端来处理客户端的请求。-working environment for Linux, the open-source project CORBA MICO. This integrity of the process of the realization of how the POA guard routines MICOD to respond to a c
-
-
0下载:
·此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。... -this code demonstrated how to use CreateToolhelp32Snapshot API function except to the current process system. And how HANDLE OpenProc
-
-
0下载:
大家都知道,windows接管了对物理内存的直接存取,而bios信息存在物理内存
的f000:0000处,关键就是如何读取物理内存。
函数说明
第一个函数ZwOpenSection用来打开section,第一个参数是指向HANDLE变量的指针,第二个是访问参数,第三个是指向OBJECT_ATTRIBUTES的指针
第二个函数ZwMapViewOfSection用来建立物理内存和当前进程的一段物理内存的联系,参数很多,一会在例程里再详细解释
第三个函数ZwUnmapV
-
-
0下载:
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。
一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个
-
-
0下载:
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。
一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个
-
-
0下载:
EnTeHandle可以让你查看当前进程打开的句柄。句柄可以是文件、事件、互斥信号量等等。此外,你也可以查看进程当前打开的DLL,线程信息,进程内存,甚至是动态更新。也可以搜索dll和句柄-EnTeHandle can let you see the current process opened handle. Can handle documents, events, etc. mutex semaphores. In addition, you can view the current pr
-
-
0下载:
Trabas VoIP Billing - A browser-based Open Source Software for VoIPOperator to handle billing process from Service & Tariff Definitionto Report Producing.
-
-
0下载:
Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
-
-
0下载:
枚举系统中所有已打开文件的句柄,有时一个文件删不掉,可能是文件句柄没有释放,可以用它来寻找哪个进程打开了文件,结束这个进程或者关掉句柄就可以了-Enumerate the system to handle all open files, and sometimes can not afford to delete a file, it may not release the file handle, you can use it to find which process opens a fil
-
-
3下载:
窗口、进程、模块信息分析工具加内存读取和遍历工具:
vc---vs2008
可以作为外挂编写时分析进程、内存的工具,并可以获取所有打开的进程id句柄等信息-Window, the process module information analysis tools plus memory read and Ergodic tools: vc--- vs2008 the time of the preparation can be used as plug-analysis process,
-
-
0下载:
C++版的打开和强制关闭当前进程程序。主要是用到CreateToolhelp32Snapshot API函数来枚举系统当前进程,以及HANDLE OpenProcess(...)、TerminateProcess(...)打开和关闭当前正在运行的程序进程。-C++ version of the open and forced the closure of the current process procedures. Mainly used CreateToolhelp32Snapshot AP
-
-
0下载:
Ring3 下采用复制句柄的方式打开进程,并终止,可以干掉很多反病毒软件和一些驱动保护的进程-Ring3 used under way to open the process of copying handle and terminate, you can get rid of a lot of anti-virus software and a number of drive protection in the process of
-
-
0下载:
主要是用到CreateToolhelp32Snapshot API函数来枚举系统当前进程,以及HANDLE OpenProcess(...)、TerminateProcess(...)打开和关闭当前正在运行的程序进程。
-Mainly used CreateToolhelp32Snapshot API function to enumerate the current process, and HANDLE OpenProcess (...), TerminateProcess (...)
-
-
0下载:
这里面有些东西是论坛那个VB一天一天写外挂教程里没有的东西,虽然不是必须的
不过还是有些实际意义
1、VB的小图标处理
2、后台鼠标的模拟移动和点击
3、从进程获得文件执行路径
4、打开文件夹的操作
5、比sleep好用的延时函数
所有代码都是参考人家的做的,我理解新人没有实例的痛苦,我也是参考一天一天的教程写出来的
在此再次感谢-This is something which is day by day forum that VB does not
-
-
1下载:
核心函数打开进程_句柄_实现游戏及程序多开,核心源码,极具收藏和下载价值-Core function to open the process handle _ _ and procedures to achieve more open game, the core source, highly collectible and download values
-
-
0下载:
VC++试图启动并控制其它的EXE程序,程序先初始化变量,以打开记事本程序为例,然后判断进程句柄是否合法,根据句柄,终止刚才打开的记事本程序,终止出现错误,显示错误信息或显示提示信息。
-VC++ tries to start and control other EXE program, the program first initializes the variable to open the Notepad program, for example, and then determine
-
-
0下载:
设计一个银行业务模拟系统,模拟银行的业务运行并计算一天中客户在银行逗留的平均
时间。银行有N 个窗口对外接待客户,从早晨银行开门起不断有客户进入银行。由于每个
窗口在某个时刻只能接待一个客户,因此在客户人数多时需在窗口前排队,对于刚进入银行
的客户,如果某个窗口的业务员正空闲,则可上任意空闲窗口前办理业务;反之,若N 个
窗口均有客户占用,他便会排在人数最少的队伍后面。
1) 用户通过人机交互的方式设定程序所需参数:银行的开门时间、关门时间;营业窗
口数目。
2
-
-
0下载:
模块-API-十六到十2.GetForegroundWindow //取前台窗口的句柄 没有参数
3.GetWindowThreadProcessId // 用窗口来获取进程的ID
4.GetCurrentProcessId // 取自己进程的ID
5.OpenProcess //打开进程 2035711
6.StrToIntExA //十六进制转换十进制获取进程的ID
4.GetCurrentProcessId // 取自己进程的ID
5.OpenProcess //打
-
-
0下载:
主要是用到CreateToolhelp32Snapshot API函数来枚举系统当前进程,以及HANDLE OpenProcess(...)、TerminateProcess(...)打开和关闭当前正在运行的程序进程。-Mainly used CreateToolhelp32Snapshot API functions to enumerate the current process, as well as HANDLE OpenProcess (...), TerminateProcess (
-