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

搜索资源列表

  1. run_notepad

    0下载:
  2. Function SetPriorityClass Lib "kernel32" & Function GetPriorityClass Lib "kernel32" &Function OpenProcess Lib "kernel32" This code is run notepad.exe
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1718
    • 提供者:Sibel Ç OLAK
  1. HideDriver_source

    0下载:
  2. The task: The processes selected by the user should be invisible for such applications as the Task Manager, Process Explorer, and others. In addition, they should not be available for such Windows API functions as EnumProcesses(), OpenProcess(), Enum
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:1184796
    • 提供者:si perdana
  1. HideDriver_binari1

    0下载:
  2. The processes selected by the user should be invisible for such applications as the Task Manager, Process Explorer, and others. In addition, they should not be available for such Windows API functions as EnumProcesses(), OpenProcess(), EnumProcessMod
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:227515
    • 提供者:si perdana
  1. osmem

    0下载:
  2. 一个用Windows API实现的内存修改小程序,相关函数:OpenProcess, ReadProcessMemory, WriteProcessMemory-A routine with windows API to modify the memory, include a test routine.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:1523
    • 提供者:Aaron Guo
  1. listprocesshao

    0下载:
  2. 主要是用到CreateToolhelp32Snapshot API函数来枚举系统当前进程,以及HANDLE OpenProcess(...)、TerminateProcess(...)打开和关闭当前正在运行的程序进程。 -Mainly used CreateToolhelp32Snapshot API function to enumerate the current process, and HANDLE OpenProcess (...), TerminateProcess (...)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:57669
    • 提供者:好大
  1. vb-ERP

    0下载:
  2. 碧海蓝天生产管理系统ERP源代码通过vb的shell方法,调用外部命令。如sqlserver的osql实用工具,但是这样的话,osql执行的sql脚本可能需要花费很长的时间,如何才能保证osql执行完所有的sql之后,才继续执行vb的下一步处理呢? 1.声明2个API,用来检测进程是否在运行。 Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandl
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-05-17
    • 文件大小:4698878
    • 提供者:莫逆
  1. 1.3

    0下载:
  2. 模块-API-十六到十2.GetForegroundWindow //取前台窗口的句柄 没有参数 3.GetWindowThreadProcessId // 用窗口来获取进程的ID 4.GetCurrentProcessId // 取自己进程的ID 5.OpenProcess //打开进程 2035711 6.StrToIntExA //十六进制转换十进制获取进程的ID 4.GetCurrentProcessId // 取自己进程的ID 5.OpenProcess //打
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-08
    • 文件大小:1870
    • 提供者:赵新来
  1. 1.4

    0下载:
  2. 模块-API-读内存数据 5.OpenProcess //打开进程 2035711 6.StrToIntExA //十六进制转换十进制 7.CloseHandle //关闭指定句柄 8.ReadProcessMemory //读出当前进程的记忆内容也就是内存的数据 .DLL命令 _内存读整数, 整数型,kernel32.dll , "ReadProcessMemory" .参数 hProcess, 整数型, , 进程句柄 .参数 lpBaseAddress, 整数
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-06
    • 文件大小:2194
    • 提供者:赵新来
  1. API-Hook-Open-Process

    0下载:
  2. Source dll hook API OpenProce-Source dll hook API OpenProcess
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:25107
    • 提供者:Khoa
  1. NP_Source

    0下载:
  2. NP启动后通过WriteProcessMemory跟CreateRemoteThread向所有进程注入代码(除了系统进程smss.exe),代码通过np自己的LoadLibrary向目标进程加载npggNT.des。npggNT.des一旦加载就马上开始干“坏事”,挂钩(HOOK)系统关键函数如OpenProcess,ReadProcessMemory,WriteProcessMemory,PostMessage等等。 挂钩方法是通过改写系统函数头,在函数开始JMP到npggNT.des中的
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:128904
    • 提供者:ghgh
  1. Hook_Open_Terminate

    0下载:
  2. 可以方便面的实现任务管理器下阻止程序被手动杀掉 OpenProcess和Terminateprocess的Hook使用 APIHOOK代码的引用-Can achieve instant noodles under the Task Manager to stop the program was manually kill the Hook OpenProcess and Terminateprocess reference code using APIHOOK
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:27659
    • 提供者:zhusheyuan
  1. API

    0下载:
  2. Declare Function FindWindow Lib "User32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long Declare Function GetWindowThreadProcessId Lib "User32" (ByVal hwnd As Long, lpdwProcessId As Long) As Long Declare Fu
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:3090
    • 提供者:MIKE
  1. base64

    0下载:
  2. 一个利用dll注入拦截OpenProcess,禁止强行关闭程序的例子-Dll into the interception of a use OpenProcess, prohibition of forced closure procedure example
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-14
    • 文件大小:3197362
    • 提供者:wjh
  1. hwndinicon

    0下载:
  2. VB从窗口句柄获取图标,也可以称之为是提取图标,取得窗口图标,请参考以下代码:Public Function 获取程序路径(句柄 As Long) As String    Dim 路径 As String, 内存柄 As Long    路径 = Space(255)    Call GetWindowThreadProcessId(句柄, 内存柄)    内存柄 = OpenProcess(PROCESS_ALL_ACCESS, 0, 内存柄)    Call
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5566
    • 提供者:ipudn6
  1. r3OpenProcess

    0下载:
  2. VB模块 RING3下打开进程 一般OpenProcess打不开就用这个-General OpenProcess open process under VB RING3 open to use this
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:936
    • 提供者:李安平
  1. task

    1下载:
  2. vb编写的加强版任务管理器,与上一个版本相比,用了更底层的API代替openprocess来获取句柄,并且使用dll进行hook openprocess,在xp/win7下不被任务管理器杀死,增加了判断进程在应用层是否拒绝访问的功能,并且对界面进行了优化,仿win8的界面(虽然有点不像),将按钮改为弹出式菜单。-vb prepared an enhanced version of Task Manager, compared with the previous version, with a l
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:41425
    • 提供者:ricky
  1. enum_processes_1.0

    0下载:
  2. 获取当前用户所有进程,可以按名称查看。使用 OpenProcess(PROCESS_QUERY_INFORMATION or PROCESS_VM_READ, False, ProcessIds[I])方法,对学习进程方面有参考-Gets the current user all processes, can look up by name.Use OpenProcess (PROCESS_QUERY_INFORMATION or PROCESS_VM_READ, False, ProcessI
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-29
    • 文件大小:196203
    • 提供者:张成
  1. HookProtectProcessLib

    0下载:
  2. 调用OpenProcess函数实例,保护进程不被关闭-Call OpenProcess function instance, the protection process is not closed
  3. 所属分类:Windows Kernel

    • 发布日期:2016-09-23
    • 文件大小:8241152
    • 提供者:nihongbo
  1. openprocess

    0下载:
  2. 可以SeDebugPrivilege用户权限用打开系统的进程-SeDebugPrivilege user permissions can be used to open the process of system
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:932
    • 提供者:haoa856i824
  1. OPEN-SHUT

    0下载:
  2. 主要是用到CreateToolhelp32Snapshot API函数来枚举系统当前进程,以及HANDLE OpenProcess(...)、TerminateProcess(...)打开和关闭当前正在运行的程序进程。-Mainly used CreateToolhelp32Snapshot API functions to enumerate the current process, as well as HANDLE OpenProcess (...), TerminateProcess (
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-01
    • 文件大小:22669
    • 提供者:chensen
« 1 2 34 »
搜珍网 www.dssz.com