Welcome![Sign In][Sign Up]
Location:
Search - process memory view

Search list

[Windows Develop操作系统进程内存管理模拟特别版

Description: 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。 程序难点3:分页式内存管理的调度方式 解决方法:具体方法见程序中的注释。 程序难点4:基于优先级的调度方式 解决方法:使用双重当循环,第一层判断优先级,第二层判断执行进程.-simulating the os process ang memory management on the function of the application please view the help menu of the application difficult point 1: build a button style for Windows xp.the fault is because the mark has t TAB event,the keyboard can t control the button.Method for resolve :get the keyboard event,and respond the TAB event(for time limit,unsolved) difficult point2 :real-time and time-sharing mixed Method to resolve: set a FOR circle in TIMER event,judge and respond the real process,set another circle in TIMER event,do the time-sharing process if no real time one. difficult point 3:Method for schedule memory management in seperate pages. Method to resolve: show on the introduce in the application. difficult point 4 schedule method base on priority, Method to resolve: use the double circle ,the first can judge the priority the second judge execute process.
Platform: | Size: 70635 | Author: 锡文 | Hits:

[SymbianTaskManager_for_6600_source

Description: S60下的任务管理器!可以实现应用程序切换,结束进程,压缩内存,重启手机,手机系统信息,进程信息,视图切换等功能.-S60 under the Task Manager! Applications can be achieved switch, the end of the process, reducing memory and rebooting the phone, the phone system information, process information, view switching capabilities.
Platform: | Size: 18385 | Author: 姜洋 | Hits:

[OtherMemeryAnalysis2.1

Description: 对任意进程的内存数据进行分析、编辑的工具。全局内存操作;支持8种(字节、整数、长整数、单精度、双精度、货币、单字节字符、双字节字符)数据类型读写、搜索和查找;各数据间相互转换;可逆修改;即时查看和可抓取3个内存快照进行查找、对比或联合查找;也可查找连贯的一组数据;数据重复搜索;监视内存数据;保存和加载找查、搜索、监视和快照的内容;即时获取内存结构等功能,是制作外挂和破解软件的有力工具,也可以当作游戏修改器用。内存数据是电脑里很重要的部份,而且没有帮助,适合有内存方面基础的电脑玩家使用。 -right arbitrary process memory data analysis, editing tools. Global memory operation; Support eight species (byte, integer, long integer, single-precision and double precision, currency, single-byte characters, double byte characters) read and write data type, search and retrieval; among the data conversion; Irreversible changes; View and immediately grasp three Snapshot for you, contrast or joint search; may also find a consistent set of data; Search data duplication; Memory surveillance data; Loading for the preservation and investigation, search, surveillance and snapshots of content; immediate access memory structure function is to produce store and break the powerful software tools, can also change as the game makes use of. Memory is a computer data a very important part, but no help
Platform: | Size: 174003 | Author: ZhanK | Hits:

[OS programVMQuery

Description: 进程内存查看器, 可以输入启动参数进程查看-process memory viewer that can be imported to start the process parameters View
Platform: | Size: 3175165 | Author: 丹羽 | Hits:

[Process-Thread进程内存映象

Description: 可以加载进程,并查看它在内存中程序、连接库及各种数据的地址映象-can loading process, and view it in the memory process, library data and the address mapping
Platform: | Size: 344392 | Author: 薛杉 | Hits:

[Process-Thread进程内存映象

Description: 可以加载进程,并查看它在内存中程序、连接库及各种数据的地址映象-can loading process, and view it in the memory process, library data and the address mapping
Platform: | Size: 344064 | Author: 薛杉 | Hits:

[SymbianTaskManager_for_6600_source

Description: S60下的任务管理器!可以实现应用程序切换,结束进程,压缩内存,重启手机,手机系统信息,进程信息,视图切换等功能.-S60 under the Task Manager! Applications can be achieved switch, the end of the process, reducing memory and rebooting the phone, the phone system information, process information, view switching capabilities.
Platform: | Size: 18432 | Author: 姜洋 | Hits:

[OS programVMQuery

Description: 进程内存查看器, 可以输入启动参数进程查看-process memory viewer that can be imported to start the process parameters View
Platform: | Size: 3175424 | Author: 丹羽 | Hits:

[OS programMemoryViewer

Description: 可以查看当前机器上运行的任何进程的内存映象。在调试、破解程序时可以使用。比如可以读取WinXP下“扫雷”程序的地雷数据。-Can view the current machines running on any process of memory mapping. In the debugging process can be used to crack. For example, under WinXP can read
Platform: | Size: 68608 | Author: fishjam | Hits:

[OS programShowUseage

Description: 简直和WinXP系统自带的一模一样,功能和界面都一样,只是开发语言不同,系统的是用C写的,这是用DELPHI写的 此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效果。 程序中使用了几个网友作品的算法:如画CPU使用率的背景的效果,取CPU利用率的算法等都非本人原创的(作了部分修正)。 -WinXP system and it comes with exactly the same functionality and interface are the same, but different development language, the system is written in C, it is written in DELPHI The main implementation of this process the application check list system, check system for all process-related information (Image Name, PID, CPU time, memory usage), real-time access to use the rate of the CPU and to describe the wave line, real-time memory access the use of records, and to describe the wave line. Implementation at the same time, the end of mission, new mission, and to switch to other functions. "Options menu" only to realize the "always best before", "View menu" only achieve the "update speed." Did not achieve the main function is to check the CPU utilization of all process and in the system tray shows the effect of CPU line. Procedures used in some users of the algorithm works: CPU utilization rate of the background of picturesque effect, the algorithm check CPU utilization, I have non
Platform: | Size: 333824 | Author: 法激 | Hits:

[Linux-Unixlinux_task_Manager

Description: 这是一个针对linux操作系统的任务管理器,能查看系统信息及cpu、内存使用率,能监视、删除进程,能监视、删除模块-This is a linux operating system for the Task Manager to view system information and cpu, memory usage, to monitor, delete the process, to monitor, delete module
Platform: | Size: 10240 | Author: Ducktracy | Hits:

[Remote Controlremotemanagement

Description: 1.文件管理: 包括对文件的操作和打包下载. 2.终端命令: 其实就是Win下的"命令提示符",可以通过命令进行重启服务器等操作 3.远程桌面: 和Windows系统的"mstsc"基本上一样,可以远程管理桌面. 4.任务管理: 可以查看正在运行的程序的状态,并终止已停止响应的程序 5.服务管理: 启动、停止或重新启动服务. 6.系统信息: 可以查看CPU、内存、OS版本.... -1. Document management: including the operation and packaged documents to download. 2. Terminal command: Win is actually under the " command prompt" can be ordered, such as the resumption of operation of the server 3. Remote Desktop: and Windows systems " mstsc " basically the same, you can remotely manage the desktop. 4. Task Manager: You can view the process is running the state, and has ceased to respond to the termination of the procedure 5. Service Management: start, stop or restart the service. 6. System Information: Yes See CPU, memory, OS version ....
Platform: | Size: 12288 | Author: 出尘 | Hits:

[OS programMySword

Description: 类似于冰刃的安全检测工具,查看进程模块,进程内存,服务模块等!-Security testing tools like IceSword, view the process modules, process memory, the service module!
Platform: | Size: 124928 | Author: jack | Hits:

[VC/MFCApaged-memory-

Description: 分页存储器管理:i386处理器的二级页表硬件机制,理解分页存储器管理原理。查看EOS应用程序进程和系统进程的二级页表映射信息,理解页目录和页表的管理方式。编程修改页目录和页表的映射关系,理解分页地址变换原理。-Apaged memory management: i386 processor level 2 page table hardware mechanism, understand apaged memory management principle. View the EOS application process and system of the process of secondary page table mapping information, understand page directory and the page table management style. Programming modification page directory page table and the mapping relationship, understand paging address transform principle.
Platform: | Size: 65536 | Author: isdemonhunter | Hits:

[OS programXueTr

Description: 1.进程、线程、进程模块、进程窗口、进程内存信息查看,热键信息查看,杀进程、杀线程、卸载模块等功能   2.内核驱动模块查看,支持内核驱动模块的内存拷贝   3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、IDT信息查看,并能检测和恢复ssdt hook和inline hook   4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Lego等Notify Routine信息查看,并支持对这些Notify Routine的删除   5.端口信息查看,目前不支持2000系统   6.查看消息钩子   7.内核模块的iat、eat、inline hook、patches检测和恢复   8.磁盘、卷、键盘、网络层等过滤驱动检测,并支持删除   9.注册表编辑 -1 process, thread, process modules, process window, process memory information viewing, hot information to view, kill the process, kill thread, unload the module and other functions 2 kernel driver module view, to support the kernel driver module memory copy 3.SSDT, Shadow SSDT, FSD, KBD, TCPIP, IDT information view, and can detect and recover ssdt hook and inline hook 4.CreateProcess, CreateThread, LoadImage, CmpCallback, BugCheckCallback, Shutdown, Lego, etc. Notify Routine Information check, and to support their Notify Routine Delete 5 port information view, the current system does not support 2000 6 view news hook 7 kernel module iat, eat, inline hook, patches detection and recovery 8 disk, volume, keyboard, network layer filter driver detect, and support for the deletion 9. Registry Editor
Platform: | Size: 3696640 | Author: 接收 | Hits:

[Process-ThreadTaskManager

Description: 使用delphi编写的进程管理器 主要包括 1进程PID查看 2进程路径查看 3进程内存-Use delphi write process manager Including 1 the process PID view 2 the process path view 3 the process memory
Platform: | Size: 206848 | Author: lj | Hits:

[OS programProcess-Studio

Description: 查看内存进程,Win32ASM源码 界面干净 速度快-View memory processes, Win32ASM source
Platform: | Size: 34816 | Author: zc123 | Hits:

[source in ebookand__linu

Description: 可以加载进程,并查看它在内存中程序,连接库及各种数据的地址映象-Can load process, and view it in memory, the address of the image link libraries and all kinds of data
Platform: | Size: 215040 | Author: kulytm | Hits:

[OtherPCHunter_free

Description: 1.进程、线程、进程模块、进程窗口、进程内存信息查看,杀进程、杀线程、卸载模块等功能 2.内核驱动模块查看,支持内核驱动模块的内存拷贝 3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、Classpnp、Atapi、Acpi、SCSI、IDT、GDT信息查看,并能检测和恢复ssdt hook和inline hook 4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Lego等Notify Routine信息查看,并支持对这些Notify Routine的删除 5.端口信息查看,目前不支持2000系统 6.查看消息钩子 7.内核模块的iat、eat、inline hook、patches检测和恢复 8.磁盘、卷、键盘、网络层等过滤驱动检测,并支持删除(1. process, thread, process module, process window, process memory information view, kill process, kill thread, unload module and so on 2. kernel driver module view, support the memory module of the kernel driver module 3.SSDT, Shadow, SSDT, FSD, KBD, TCPIP, Classpnp, Atapi, Acpi, SCSI, IDT, GDT, information view, and can detect and restore SSDT, hook and inline hook 4.CreateProcess, CreateThread, LoadImage, CmpCallback, BugCheckCallback, Shutdown, Lego and other Notify Routine information view, and support for the deletion of these Notify Routine 5. port information, currently 2000 systems are not supported 6. view message hook 7. kernel module of IAT, eat, inline, hook, patches detection and recovery 8. disk, volume, keyboard, network layer filter driver detection, and support deletion)
Platform: | Size: 6559744 | Author: aa77ss55dd | Hits:

[Windows DevelopProcessExplorer

Description: Process Explorer is an advanced process management utility that picks up where Task Manager leaves off. It will show you detailed information about a process including its icon, command-line, full image path, memory statistics, user account, security attributes, and more. When you zoom in on a particular process you can list the DLLs it has loaded or the operating system resource handles it has open. A search capability enables you to track down a process that has a resource opened, such as a file, directory or Registry key, or to view the list of processes that have a DLL loaded.
Platform: | Size: 884736 | Author: d3nz1g | Hits:
« 12 3 4 »

CodeBus www.codebus.net