1 Star 0 Fork 0

pelin0963 / MemProcFS.wiki

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
FS_Root.md 2.61 KB
一键复制 编辑 原始数据 按行查看 历史
ufrisk 提交于 2023-05-08 22:17 . Guide Update

The root directory

The root directory of the Memory Process File System contains multiple directories and files which contains the physical memory of the target.

Directories:

The files in the root directory are listed in the table below:

Directory Description
conf Configuration and Status.
forensic Forensic mode.
misc Miscellaneous functionality
name Per-process directories listed by process name.
pid Per-process directories listed by process pid.
py Python based plugins.
registry Registry information.
sys System information.
vm Virtual Machine (VM) information.

Files:

The files in the root directory are listed in the table below:

File Description
memory.dmp The physical memory slightly adjusted to conform with the Microsoft crash dump format and WinDbg.
memory.pmem The raw physical memory.

The files are writable if a write-capable memory acquisition device is used.

Example

The example below shows hex editing of the memory.pmem file which reflects the physical memory of the target being analyzed. In this example the low stub is being analyzed and the kernel page table base (PML4) is marked at address 0x10a0.

Also shown is WinDbg accessing the auto-generated memory.dmp WinDbg compatible full crash dump file.

[[resources/root_root_2.png]]

For Developers

It is possible to add sub-directories if registering general/root functionality in native plugins.

1
https://gitee.com/pelin0963/MemProcFS-wiki.git
git@gitee.com:pelin0963/MemProcFS-wiki.git
pelin0963
MemProcFS-wiki
MemProcFS.wiki
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891