搜索资源列表
DirectAccessMEM
- Windows98下直接访问物理内存(带部分源代码)-Windows98 direct access to physical memory (with source code)
PhysMemSource
- Windows NT有映射物理内存到一个Device,这个源码告诉你怎么去访问物理内存。-Windows NT are mapping physical memory to a Device, the source tell you how to access physical memory.
Win95和NT下直接存取物理内存和端口IO地址的程序
- Win95和NT下直接存取物理内存和端口IO地址的程序-Win95 and NT direct access to physical memory addresses and port IO procedures
windowsbios
- 大家都知道,windows接管了对物理内存的直接存取,而bios信息存在物理内存 的f000:0000处,关键就是如何读取物理内存。 函数说明 第一个函数ZwOpenSection用来打开section,第一个参数是指向HANDLE变量的指针,第二个是访问参数,第三个是指向OBJECT_ATTRIBUTES的指针 第二个函数ZwMapViewOfSection用来建立物理内存和当前进程的一段物理内存的联系,参数很多,一会在例程里再详细解释 第三个函数ZwUnmapV
physmembrowser
- Physical Memory Browser
系统检测工具
- 系统检测工具,可以检测CPU的类型和可用物理内存-System detection tool, can detect the type of CPU and available physical memory
iomem_winnt_msvc.zip
- Win95和NT下直接存取物理内存和端口IO地址的程序,Program in which physical memory and IO port address can be accessed directly in Win95 and NT
memory
- 跨进程内存读取.通常,跨进程读写内存,用到ReadProcessMemory, WriteProcessMemory, 但需要进程句柄,如果目标进程受到保护,可能获得进程句柄会失败.不同的进程的虚拟地址被映射到了物理内存中不同的页面.每个进程的虚拟地址的范围是相同的,但是实际的映射却是物理内存内中的不同部分.假如我们直接读取目标进程的虚拟地址映射的物理地址,是否可以达到预期的要求.当然这是肯定的,!-Cross-process memory read. In general, cross-pro
WinMem_wfh
- 绕过Windows操作系统的限制,直接访问物理内存-To bypass the Windows operating system limitation, direct access to physical memory
IntercessorreportsrcbinIntercessor
- 内核级别进程管理软件实现,包括指向思路和源码分析。该软件使用物理内存搜索当前活动进程的方式,可以有效地探测出各类隐藏进程-Kernel-level process management software, including point-source ideas and analysis. The software uses physical memory search process, current activities, it can be effectively detect vario
Readphysicalmemoryfromregistry
- 运用win32 api函数,从寄存器中读取物理内存中的信息.-Use win32 api functions, from the register to read the information in the physical memory.
bios
- bios读取bios信息存在物理内存 的f000:0000处,关键就是如何读取物理内存 -bios read bios information exists physical memory f000: 0000, the key is how to read physical memory
checksysinfo
- delphi源代码。监测系统性能,可显示物理内存使用情况,CPU使用情况,以及磁盘的读写情况。本人原创,不妥之处还请高手指点。对开发系统资源应用方面可参考一下。-delphi source code. Monitoring system performance, can display physical memory usage, CPU usage, as well as disk read and write cases. I created, the inadequacies also r
MemStatus
- windows下检查物理内存、虚拟内存等使用情况。-windows under the inspection of physical memory, virtual memory usage.
getinformation
- 电脑系统信息的获取,包括操作系统、CPU信息、物理内存、虚拟内存和驱动器信息。-Access to information computer systems, including operating system, CPU information, physical memory, virtual memory, and drive information.
sharem
- 进程间通信共享内存的应用,可以实现多个进程间共享一部分物理内存-Inter-process communication of shared memory applications, can be shared between more than part of the process of physical memory
Memory
- 界面比较友好,能比较清楚地看到物理内存和虚拟内存的大小和使用情况;还能整理内存。-More friendly interface, can more clearly see the physical memory and virtual memory size and usage can order memory.
Get-Memory-Info
- 获取物理内存的参数,虽然简单,但是是熟悉WINDOW高阶编程的很重要的一步!-Access to physical memory parameters, although simple, but it is a very important step familiar with the high-end programming of the WINDOW!
Get-Memory-Information
- Delphi获取内存信息,包括内存使用百分比,总物理内存,未使用物理内存,交换文件大小-Delphi access memory, including memory usage percentage of total physical memory, not physical memory, swap file size, etc.
Linux-memory-management
- Linux内存管理,物理内存、虚拟内存。物理地址,虚拟地址,线性地址等等之间的关系。-Linux memory management, physical memory, virtual memory. Physical address, the virtual address, so the relationship between the linear address.