CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - Delphi 进程

搜索资源列表

  1. 进程管理

    1下载:
  2. 类似任务管理器的delphi 源码
  3. 所属分类:系统编程

    • 发布日期:2009-04-05
    • 文件大小:335571
    • 提供者:feiyang2
  1. enumfilehandle

    0下载:
  2. 枚举系统中所有已打开文件的句柄,有时一个文件删不掉,可能是文件句柄没有释放,可以用它来寻找哪个进程打开了文件,结束这个进程或者关掉句柄就可以了-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. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:5501
    • 提供者:9908006
  1. hexedit

    0下载:
  2. 著名牛人yoda写了个16进程编辑的dll,这个是delphi调用dll以16进制打开文件的代码-Yoda wrote a well-known cattle were 16-process editing dll, this is a delphi call dll in order to open the file 16 hex code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:18605
    • 提供者:9908006
  1. GetSytemProcessDll

    0下载:
  2. 获取进程以及加载的DLL,就像360或者其他防火墙一样,可以让你准确的判断某个进程是否被病毒恶意注入-GetSytemProcessDll
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:111642
    • 提供者:wt
  1. NoCtrl+Alt+Del

    0下载:
  2. no Ctrl+Alt+Del 注入dll文件到进程-no Ctrl Alt Del inject dll files to the process of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:409581
    • 提供者:myname
  1. 111

    0下载:
  2. DELPHI注入系统进程 没EXE注入DLL 晕非要打真么多字啊波尔远控DLL提取和导入器.zip-DELPHI injection system injected DLL process EXE no halo of non-attacking words ah really Mody Boer Remote Control DLL extraction and Importer. Zip
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:305182
    • 提供者:QQ316118740
  1. DELPHIhelp

    0下载:
  2. 一个以假乱真的任务管理器(界面有点像,但功能差远了),此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效果。 程序中使用了几个网友作品的算法:如画CPU使用率的背景的效果
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:335636
    • 提供者:b397728431
  1. 123

    0下载:
  2. 查看进程,并能查看进程引用的DLL,有结束进程和保存列表功能。(附原码)-View the process and can view the process of quoting the DLL, there is the end of the process and preservation of the list of features. (With the original code)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:731897
    • 提供者:大漠驼铃
  1. Anti-DeDe

    0下载:
  2. Anti-DeDe... .....Anti-DeDe示例 ├──Find...............查找进程和窗口 └──Hide...............隐藏事件-Anti-DeDe ... ..... Anti-DeDe example ├ ─ ─ Find ............... search process and the window └ ─ ─ Hide ........ Hide events .......
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-03-11
    • 文件大小:342421
    • 提供者:王刚
  1. Anti-Loader

    0下载:
  2. Anti-Loader... ...Anti-Loader示例 ├──PEB................利用TEB检测 ├──FindWindow.........查找句柄检测 ├──IsDebuggerPresent..利用IsDebuggerPresent检测 ├──Parent.............检查父进程 └──STARTUPINFO........检查STARTUPINFO结构-Anti-Loader ... ... Anti-Loader ex
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:846136
    • 提供者:王刚
  1. CloseProcess

    0下载:
  2. 进程屏蔽精灵 服务程序-The process of shielding procedures Wizard Services ..........
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:626515
    • 提供者:xxxhgt
  1. killpcprocess

    0下载:
  2. delphi杀指定目录下正在运行进程示例-delphi example to kill the process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2871
    • 提供者:非异
  1. ShowUseage

    0下载:
  2. 简直和WinXP系统自带的一模一样,功能和界面都一样,只是开发语言不同,系统的是用C写的,这是用DELPHI写的 此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:334148
    • 提供者:法激
  1. 1

    0下载:
  2. DLL远程进程注入,DLL加可EXE执行文件源码-DLL into the remote process, DLL file that allows the implementation of EXE source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:184743
    • 提供者:csdner
  1. READMEMERY

    0下载:
  2. DELPHI获取指定进程中内存偏移处源代码-DELPHI Department access to the specified source offset memory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:3064
    • 提供者:csdner
  1. HideDelphi

    0下载:
  2. 隐藏进程的Delphi 的源码,XP下隐藏进程-Delphi process to hide the source, XP hidden process under
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:6921
    • 提供者:4514541
  1. stop

    0下载:
  2. 让外部经常完全冻结,冻结后还可以恢复进程!-stop
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:162442
    • 提供者:moroko
  1. duquneicun

    0下载:
  2. delphi读取进程和搜索内存 并修改内存,非常方便-delphi process and the search for memory read and modify memory, very convenient
  3. 所属分类:Windows Kernel

    • 发布日期:2015-12-31
    • 文件大小:4371306
    • 提供者:有人
  1. monitor

    0下载:
  2. 前面发错了!!!win api 扫描内存和进程并进行控制-win api scan memory and process and control
  3. 所属分类:Scanner

    • 发布日期:2017-03-30
    • 文件大小:16240
    • 提供者:serite
  1. backdoor_start

    0下载:
  2. exe借壳启动,点启动按钮启动"测试.exe",该进程借助ie进程在内存中运行,在进程管理器中找不到该进程。(因一直上传不了,加了密码,解压码:123)-exe backdoor start point start button " test. exe" , ie the process with the process running in memory, in the process manager can not find the process. (Not due to
  3. 所属分类:Windows Kernel

    • 发布日期:2014-08-21
    • 文件大小:332800
    • 提供者:阿毛
« 12 3 »
搜珍网 www.dssz.com