搜索资源列表
Example098-获取进程的信息
- 开发工具:VS.net2003 可以查看详细的进程信息-development tools : VS.net2003 can view detailed information process
进程 信息查看
- 打印进程详细信息
windows进程信息
- 通过系统DLL,获得当前进程的信息,并提供进程操作
进程调度算法
- 理解进程的三状态调度过程,及各状态间的转换关系; 模拟若干个进程的运行过程,将其存入进程文件中。如:进程1:运行5秒后有3秒的I/O操作,之后有10秒的运行,结束。可以写成:”p1:r5,io3,r3 e;” ; 编程实现调度算法函数,定义时间片大小和并发进程个数,不断从进程文件中读出进程信息,模拟进程的运行及调度过程;
InterProcessSync_demo
- 实时动态显示进程信息的程序,如资源利用等。比任务管理器显示更多进程信息- Real-time dynamic demonstration advancement information procedure, like resources use and so on. Compared to the task management demonstration are more advancements information
ProcessInfo
- 进程信息查阅-The process of information access
plora
- 获取unix系统进程信息的功能,类似于windows的资源管理器,已成为产品。-Unix system process information access functionality, similar to windows resource manager has become a product.
5
- gtk编程glade2制作界面的linux下的任务管理器 显示系统信息 进程信息 CPU占用率-gtk programming linux interface glade2 produced under the Task Manager shows System Information CPU occupancy rate of the process of information
process
- 为了更充分的利用CPU,必须管理好进程内及进程间的调度关系,此实验就是模拟进程之间的调度方法。在实验中,只模拟了3个状态之间的调度过程,为了便于观察调度过程,我采用手动操作方式(即根据操作者输入的命令来做相应的转换)。在程序中,为进程建议一个结构体,以这种类型建立一个数组,用了存储所有进程信息;同时建议了两个先进先出的对列(ready,blocked)用来存储当前就绪的进程和等待资源的进程(在程序中这两个队列只是存储了进程在存储进程的数组的下标,用下标来作为唯一标识且访问,但是不是pid)。对列
object
- linux下c语言实现的网页,远端可以访问该网页,动态加载模块,显示硬盘信息,时间,命令,进程信息等-c under linux language pages, remote access to the web page dynamically loaded modules, show that the hard disk information, time, order, process information, etc.
createpc
- 用于进程创建模拟实现,进程的树形结构采用广义二叉树的方式进行存储。可以输入createpc 命令创建进程,输入showdetail 显示每个 进程及其子进程的信息,测试命令解释如下: 1) createpc 创建进程命令。 参数: 1 pid(进程id)、 2 ppid(父进程id)、3 prio(优先级)。 示例: createpc(2,1,2) 。创建一个进程,其进程号为2,父进程号为1,优先级 为2。 2) showdetail 显示进程信息命令。 3) exi
getmemery
- 获取进程信息,获取对应内存信息,等进程对应信息-Access to process information, access the corresponding memory, information, and so the process corresponds to information
04-ProcessInfo
- 这个小程序用来监视系统的进程信息; 来自Windows via c-This small program used to monitor the system processes information from Windows via c++
EnumWindows
- 自己写的一个小工具,以树的方式用于列举指的进程的窗体信息,非常实用-just a tool for list all windows object s information by tree
ProcessInfo0.1
- 获取进程列表,运行时间,进程启动时间等等进程信息。包括CListCtrl等控件的使用方法等。-get process information
_123_
- 利用HOOK SSDT表达到隐藏进程信息,内有驱动代码和加载代码-Use the expression to hide the process HOOK SSDT information, there are driver code and load code
GetInfo
- 获取内存使用情况,系统,进程使用存储信息情况-Access memory, system, process information
KsBinSword
- 进程相关函数HOOK代码VOID DisplayProcess() 列举进程 VOID DisplayThread() 列举线程 ULONG GetCidAddr() 列举进程所需要的Cid表 DWORD GetDllFunctionAddress() 主动防御中通过句柄得到路径 PVOID GetDriverBaseAdress() 获取指定驱动基址 DWORD GetPlantformDependentInfo () 获取平台信息 BOOL GetProcessNa
linux-Resource-Monitor
- linux下的资源监视器,查看系统版本,进程信息,硬盘信息-linux under the Resource Monitor, view system version, process information, hard information
vc++编写的dll注入qq进程源代码直接放到工程中可执行
- vc++编写的dll注入qq进程源代码直接放到工程中可执行,实现的是将编写的截获qq信息的dll注入qq进程中