搜索资源列表
用 C 语言编写 Windows 服务程序的五个步骤
- Windows 服务被设计用于需要在后台运行的应用程序以及实现没有用户交互的任务。为了学习这种控制台应用程序的基础知识,C(不是C++)是最佳选择。本文将建立并实现一个简单的服务程序,其功能是查询系统中可用物理内存数量,然后将结果写入一个文本文件。最后,你可以用所学知识编写自己的 Windows 服务。-Windows service is commonly used by program which running without intactive with users. To learn
Delphi-hide-porcess
- Delphi下真正隐藏进程的代码,由VC的代码转成D的,不是采用hook的方法实现的,真正从物理内存中去隐藏,绝大部分进程查看器找不着,效果不错-Delphi genuine process of hidden code, the code by VC D conversion. instead of using the hook method, and from physical memory to conceal most of the process viewer could not fi
HDDIO
- 直接访问硬件端口和物理内存.读硬盘参数和主板BIOS信息。-direct access to hardware ports and physical memory. Reading drive and motherboard BIOS parameter information.
WinMemoryTest
- 对Windows分配虚拟内存、改变内存状态,以及对物理内存(physical memory)和页面文件(pagefile)状态查询的API函数的功能、参数限制、使用规则
WinIO的应用
- 使用BCB直接访问硬件端口和物理内存的源程序 -use BCB direct access to hardware ports and physical memory of the source
WinIo.rar
- WinIo.dll源码及VC演示程序,WinIO是一个对I/O端口和物理内存进行存取操作的系统链接组件,通过使用一种内核模式的设备驱动器和其它几种底层编程技巧,可以绕过了Windows系统的保护机制,从而连接指定端口可以成功。,WinIo.dll source code and VC demo, WinIO is an I/O ports and physical memory access links operating system components, through the use o
windriver
- 用于WINDOWS下的硬件直接访问,端口,物理内存等-for driver windows hardware,very useful,port,physical memory and so on
phymem
- 访问物理内存、端口和PCI配置空间,利用了ACPI开放库-Access to physical memory, ports and PCI configuration space, the use of the ACPI open database
WinIoTest
- 本程序可以饶过WINDOWS操作系统对端口和物理内存直接读写!-This procedure can not executed on the WINDOWS operating system ports and physical memory directly read and write!
RAMInspector
- 内存性能状态指示器 2.0(VB.NET2005) =================================== 这个代码原先是VB6的代码,作者升级改造为VB.NET2005。主要功能是获取本地计算机的内存、页面文件、CPU等参数及使用状态。类似Windows的资源管理器中的性能显示,程序以条形图显示物理内存总量、剩余数等。-Memory performance status indicators 2.0 (VB.NET2005) =====================
RegistryNET
- 内存性能状态指示器 2.0(VB.NET2005) =================================== 这个代码原先是VB6的代码,作者升级改造为VB.NET2005。主要功能是获取本地计算机的内存、页面文件、CPU等参数及使用状态。类似Windows的资源管理器中的性能显示,程序以条形图显示物理内存总量、剩余数等。-Memory performance status indicators 2.0 (VB.NET2005) =====================
windows
- 显示系统信息,和驱动器序号.内存物理内存的使用和剩余-Display system information, and the drive serial number. Memory physical memory use and the remaining
SourceWinIO
- The WinIo library allows 32-bit Windows applications to directly access I/O ports and physical memory. It bypasses Windows protection mechanisms by using a combination of a kernel-mode device driver and several low-level programming techniques. -The
mm-dram
- This module implements a Linux character-mode device-driver for the processor s installed physical memory. It utilizes the kernel s kmap() function, as a uniform way to provide access to all the memory-zones (including the "high memory" on s
7-2
- 虚拟内存操作 如何分配一个大容量空间,将物理存储委托给其中的很小一部分(千分之一)并加以使用。 -Virtual memory operations How to allocate a large-capacity space, physical memory assigned to a small fraction of them (one thousandth) and to use them.
messgagegongxiang
- 多个窗口消息共享同一个消息处理函数。由第一个消息参数指定发送窗口的句柄,第二个消息视图却能够为多个其他进程所映射,这些进程共享的是物理存储器的同一个页面。在响应函数中将数据从共享内存复制到本地缓存中,再进行后续的处理。-More than one message share the same window message handler function. A message from the first parameter specifies the window handle to send
NtOpenProcess
- Hook legal para aprender NtOpenProcess[Inline Hook]
pp
- 1、编程接收从键盘上输入的页面使用序列,序列长度不确定,根据输入内容不同而变化。 2、设置分配策略(全局分配或局部分配),设定每个进程分给的页数以及整个物理内存容量 3、显示出了页面走向图 4、计算出该序列的缺页率 5、内存不足时的淘汰算法采用LRU法-1, programmed to receive input from the keyboard on the page using the sequence, sequence length uncertainty, varie
Memoryinfo
- Gets and shows info about physical memory -Gets and shows info about physical memory ...
DRIVER
- 如何加内存!一种User Mode下访问物理内存及Kernel Space的实现-How do I increase the memory! Of a User Mode to access physical memory, and the realization of Kernel Space