CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 句柄

搜索资源列表

  1. 微软未公开API【NtQuerySystemInformation】函数

    0下载:
  2. IN OUT PVOID          SystemInformation, IN   ULONG          SystemInformationLength, OUT   PULONG         ReturnLength OPTIONAL); NTQUERYSYSTEMINFORMATION NtQuerySystemInformation; 从中可以看到,SystemInformationClass是一个类型信息,它大概提供了50余种信息,也就是我们可以通过这个函数对大约50
  3. 所属分类:钩子与API截获

    • 发布日期:2011-09-22
    • 文件大小:10385
    • 提供者:blackcorpse
  1. 探索NDIS HOOK新的实现方法

    0下载:
  2. NDIS HOOK是专业级防火墙使用的一种拦截技术,NDIS HOOK的重点是如何获得特定协议对应NDIS_PROTOCOL_BLOCK指针,获得了该指针,接下来就可以替换该协议所注册的收发函数,而达到拦截网络数据的目的。 获 得NDIS_PROTOCOL_BLOCK指针的方法一般是用NdisRegisterProtocol注册一个新的协议,所获得的协议句柄实际上就是一 个NDIS_PROTOCOL_BLOCK指针,顺着该指针遍历NDIS_PROTOCOL_BLOCK链表,就可以
  3. 所属分类:驱动编程

  1. LABVIEW通过MX Component 控件与三菱FX PLC通讯试验

    15下载:
  2. LABVIEW通过MX Component 控件与三菱FX PLC通讯试验.rar labview利用三菱的MX Component控件控制FX1N系列plc动作。 首先下载三菱Active X通讯支持工具:MX component 下载地址: http://www.skmee.com/html/ruanjianxiazai/sanlingruanjian/20071122/151.shtml MX Component Ver 3编程手册:
  3. 所属分类:系统编程

    • 发布日期:2013-12-26
    • 文件大小:219383
    • 提供者:小明
  1. zhuru.dll注入的源代码

    0下载:
  2. 一个dll注入的源代码,通过找窗口句柄,HOOK,热键呼出封装在dll中的窗体,A dll into the source code through to find window handle, HOOK, exhaled hotkey is packaged in a form in dll
  3. 所属分类:钩子与API截获

    • 发布日期:2017-03-26
    • 文件大小:349621
    • 提供者:我是人
  1. newtmullt 运用Newton-Raphson方法求解非线性方程(组)

    1下载:
  2. 运用Newton-Raphson方法求解非线性方程(组),该程序同时支持句柄和符号运算- Application of Newton-Raphson method for solving nonlinear equation (s), the program supports both handle and symbol operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-21
    • 文件大小:1187
    • 提供者:任俊杰
  1. FindWindow.rar

    0下载:
  2. 使用API函数。先通过FindWindow得到窗口的句柄,然后对窗口发送关闭消息。,The use of API functions. FindWindow get through the first window handle, and then close the window to send messages.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:54645
    • 提供者:张现崇
  1. ConnectionPool.rar

    0下载:
  2. 实现了一个数据库连接池,通过连接池来管理数据库连接句柄,The realization of a database connection pool, through the connection pool to manage the database connection handle
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:18049
    • 提供者:haofei
  1. WindowlessMedia.zip

    0下载:
  2. Windowless 技术实现, 实现没有窗口句柄的窗口...,Windowless technology to realize there is no window handle of the window ...
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:801366
    • 提供者:小王
  1. GetHandleByPid.rar

    0下载:
  2. 获取指定进程的窗口句柄,如果它有的话。通过这个句柄,可以对该进程的窗口进行适当操作,如发送消息,调整显示模式,获取/修改窗口标题等,Get window handle by process id. By the handle ,you can send message to window,or adjust the window s show model,and get/modify the window s tezt
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:7076
    • 提供者:王欣欣
  1. SPY工具的源碼

    0下载:
  2. SPY工具的源碼 利用這個找出窗口 句柄-SPY TOOLS FINDWINDOW PID TO CRACK
  3. 所属分类:Shell编程

    • 发布日期:2017-03-27
    • 文件大小:71378
    • 提供者:fousing
  1. FilePathByWND

    0下载:
  2. 从窗口句柄得到EXE的文件的全路径名称,方便对于通过窗口查找程序位置的应用开发,值得收藏。(重点见GetProgramName函数)-EXE window handle obtained from the full path name of the file to facilitate the search process for the position through the window, application development, worthy of collection. (Se
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:24917
    • 提供者:李辉
  1. GWTTest

    0下载:
  2. 能够截取当前所有窗口的句柄,类似于VC中的spy++功能。-The example can provide the method to get the handle of all of the current window , just like spy++ with VC .
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:48564
    • 提供者:liuxingyu
  1. API

    0下载:
  2. 模块-API-取窗体句柄 1.FindWindow //取指定窗口的句柄 有两个参数 2.GetForegroundWindow //取前台窗口的句柄 没有参数-Take the form module-API-handle 1.FindWindow// get the handle of the specified window has two parameters 2.GetForegroundWindow// get the handle of the foreground win
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-11
    • 文件大小:1263
    • 提供者:赵新来
  1. 模块-API-读内存字节集

    0下载:
  2. 模块-API-读内存字节集 6.StrToIntExA //十六进制转换十进制 7.CloseHandle //关闭指定句柄 8.ReadProcessMemory //读出当前进程的记忆内容也就是内存的数据 .DLL命令 _内存读整数, 整数型,kernel32.dll , "ReadProcessMemory" .参数 hProcess, 整数型, , 进程句柄 .参数 lpBaseAddress, 整数型, , 内存地址
  3. 所属分类:外挂编程

    • 发布日期:2017-03-22
    • 文件大小:2431
    • 提供者:赵新来
  1. 用SPYXX分析窗口结构

    0下载:
  2. 1.用SPYXX分析窗口结构,取得父窗体以及那个ListView窗体的句柄 2.发送LVM_GETITEMPOSITION消息取得坐标 3.发送WM_LBUTTONDBLCLK模拟鼠标双击 4.设定在15秒内,看是否出现人满的那个提示窗口,出现则关闭他,继续下一个房间,如果到了最后一个房间则又从头开始 如果没有出现,则认定成功进入,3秒后退出 -1 structure with SPYXX analysis window to obtain the parent
  3. 所属分类:游戏

    • 发布日期:2017-03-29
    • 文件大小:21922
    • 提供者:p6088087
  1. WpfOGRE

    0下载:
  2. 一个在wpf中嵌入ogre的例子,通过将winform嵌入wpf程序并将句柄指定给mogre实现。-Embedding ogre in a wpf example, by embedding winform wpf application and handle assigned to the mogre achieve.
  3. 所属分类:CSharp

    • 发布日期:2017-06-19
    • 文件大小:28458515
    • 提供者:huang quanyong
  1. shuibotexiao

    0下载:
  2. 模块名称:闪电_水波纹特效模块 作者:siquzhanshi2 版本:1.1 闪电_水波纹特效模块 @备注: 闪电_水波纹特效模块 ------------------------------ .版本 2 .程序集 水波特效类, , 公开 .子程序 初始化水波特效, , 公开, 对某个窗口启动水波特效 .参数 窗口句柄, 整数型, , 任何窗口的句柄都可以,比如图片框句柄也可以 画板句柄也可以 连按钮等控件的句柄都行 .参
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:70516
    • 提供者:黄锐
  1. jo95553

    0下载:
  2. 用易编写的小例子,效果:枚举窗口内所有组件句柄易语言存在误报请谨慎下载-Easy to use to write a small example, effect: enumeration of all components within the window handle easy language in the presence of false positives carefully please download
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:9174
    • 提供者:xiaomingw
  1. DlalogDll.rar

    0下载:
  2. 注入DLL呼出窗口 显示当前线程句柄 用于注入开发!,DLL exhaled into the window handle for the current thread into the development!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:88387
    • 提供者:nimingzi
  1. memory

    0下载:
  2. 跨进程内存读取.通常,跨进程读写内存,用到ReadProcessMemory, WriteProcessMemory, 但需要进程句柄,如果目标进程受到保护,可能获得进程句柄会失败.不同的进程的虚拟地址被映射到了物理内存中不同的页面.每个进程的虚拟地址的范围是相同的,但是实际的映射却是物理内存内中的不同部分.假如我们直接读取目标进程的虚拟地址映射的物理地址,是否可以达到预期的要求.当然这是肯定的,!-Cross-process memory read. In general, cross-pro
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:693118
    • 提供者:qiurun
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com