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

搜索资源列表

  1. MemoryWatch

    1下载:
  2. 这是一个进程内存监控模块,以及所用到的psapi.lib,包含了exe和核心算法-This is a process memory control module, as well as use the psapi.lib includes the exe and the core algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10.96kb
    • 提供者:刘德强
  1. ProcessSort

    0下载:
  2. 每隔5分钟查看一下当前系统中那个进程占用的内存最大,并写日志文件-every 5 minutes to check the current system that process memory used most, and write log files
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:37.35kb
    • 提供者:杨锴
  1. MemeryAnalysis2.1

    3下载:
  2. 对任意进程的内存数据进行分析、编辑的工具。全局内存操作;支持8种(字节、整数、长整数、单精度、双精度、货币、单字节字符、双字节字符)数据类型读写、搜索和查找;各数据间相互转换;可逆修改;即时查看和可抓取3个内存快照进行查找、对比或联合查找;也可查找连贯的一组数据;数据重复搜索;监视内存数据;保存和加载找查、搜索、监视和快照的内容;即时获取内存结构等功能,是制作*和破解软件的有力工具,也可以当作游戏修改器用。内存数据是电脑里很重要的部份,而且没有帮助,适合有内存方面基础的电脑玩家使用。 -rig
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:169.92kb
    • 提供者:ZhanK
  1. process

    1下载:
  2. 多进程通信,采用postmessage和内存共享的方式在两个不同程序中通信-Multi-process communication, shared memory using postmessage and the way in two different programs in communication
  3. 所属分类:进程与线程

    • 发布日期:2014-01-25
    • 文件大小:3.59mb
    • 提供者:stuy_1001191
  1. process--help-warrapper-class

    0下载:
  2. windows mfc process helper class find process and thread read process memory
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:10.72kb
    • 提供者:tarahan
  1. ReadMemoryNotByAPI.rar

    0下载:
  2. 不使用API跨进程内存读写,通过自己编写驱动进行内存读写。可以绕过通过监控API进行保护的软件,API does not use inter-process memory read and write, write drivers, through their own reading and writing to memory. Can bypass the protection by monitoring software API
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-13
    • 文件大小:3.24mb
    • 提供者:西方失败
  1. lock-DLL

    2下载:
  2. 可以吧dll注入到进程内存中执行,不是普通的iat 注入,非常好用-Dll can be injected into the process memory it performed, not the ordinary into the iat, very easy to use
  3. 所属分类:Windows Develop

    • 发布日期:2016-05-10
    • 文件大小:42kb
    • 提供者:mrhts
  1. DelphiInsertDLL

    0下载:
  2. 使用WriteProcessMemory函数将DLL的路径名写入到远程进程的内存空间-WriteProcessMemory function using the DLL path name to write to remote process memory space
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:160.72kb
    • 提供者:小路
  1. Intercept_cr3

    2下载:
  2. 截获CR3指令来防止读写进程内存。在KiSwapProcess和SwapContext中的mov cr3,eax指令前进行拦截。-The code intercepts CR3 to prevent read or write of process memory.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:5.79kb
    • 提供者:王波
  1. memory.operator

    1下载:
  2. 这是一款可以修改进程内存特征码的程序,非常小巧。-This is a process you can modify the signature of program memory, very small.
  3. 所属分类:Hook api

    • 发布日期:2015-08-04
    • 文件大小:240kb
    • 提供者:刘工
  1. Hacker_Defender

    0下载:
  2. 内核级后门软件,用户可以通过本软件隐藏文件、进程、系统服务、系统驱动、注册表键的键和键值、打开的端口以及虚构可用磁盘空间。程序同时也在内存中伪装它所做的改动,并且隐身地控制被隐藏进程。程序安装隐藏后门,注册隐藏系统服务并且安装系统驱动。-backdoor kernel-level software, users of the software can be hidden files, processes, systems and services, the system drive, regis
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:90.51kb
    • 提供者:
  1. DynamicDllLoading_demo

    0下载:
  2. dll 动态加载类的简单例子. 类中只有两个虚函数:Create() 和 Destroy().-class loaded dynamically in dll. Only 2 virtual functions are important in this class: Create() and Destroy(). Create() function returns TRUE if the DLL is loaded correctly and an instance handle obta
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:10.85kb
    • 提供者:wowbellon
  1. HookProcessMemory

    1下载:
  2. hook read/write process memory 本程序可以监视一些进程外的内存操作行为。可以用来分析某些内存修改器,内存补丁的动作。 附上VC6源代码,hookapi核心部分用的使用detours库,不懂可以baidu一下 作者:毕飞-hook read/write process memory of the program can monitor the operation of some process of memory behavior. Can b
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:91.39kb
    • 提供者:123
  1. Memory-management2

    0下载:
  2. 利用位示图的方法来模拟显示计算机工作时动态用分页式方法来为进程分配和回收内存空间-The use of digital map display method to display a computer simulation of the dynamic at work with tabbed approach for the process memory space allocation and recycling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1.3kb
    • 提供者:田坤
  1. Memory-management

    0下载:
  2. 利用位示图的方法来模拟显示计算机工作时动态用分页式方法来为进程分配和回收内存空间的另一种代码-The use of digital map display method to display a computer simulation of the dynamic at work with tabbed approach for the process memory space allocation and recycling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:田坤
  1. Upgrade-The--Process

    0下载:
  2. 提升当前进程权限,使具有读写其它进程内存内容-Permission to upgrade the current process, so that it can read and write the other process memory content
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:563byte
    • 提供者:黄秋生
  1. Memory-processes-Memory-stories

    0下载:
  2. 内存进程Memory事例的应用,按扫雷和窗口绑定为示范。-Memory Process Memory examples of applications, according to the basic window clearance and binding for the demonstration.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:25.85kb
    • 提供者:袁浩钦
  1. DELPHI-system-process-viewer

    0下载:
  2. 重点阐述了如何获取系统的所有进程以及进程运行过程中所调用的模块文件(如EXE、DLL文件),并且介绍了终止进程操作和查看进程内存用量的具体方法。-Focuses on how to get the system files of all processes and process modules called during operation (such as EXE, DLL files), and introduced the specific method to terminate the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:13.64kb
    • 提供者:黄进
  1. run-process-in-memory

    0下载:
  2. 直接在内存中启动进程,而不需要本地文件,适合将文件放在服务器处,下载不保存到本地就可直接执行,-run process memory,you need not save file to disk.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:5.04kb
    • 提供者:bbaja860liaqun
  1. run-process-in-memory

    0下载:
  2. 直接在内存中启动进程,而不需要本地文件,适合将文件放在服务器处,下载不保存到本地就可直接执行,-run process memory,you need not save file to disk.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4.59kb
    • 提供者:zhefees
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com