MemProcFS¶
What MemProcFS does¶
Guided SUSA tool journey
MemProcFS supports memory analysis. In this guide, you will use it to mount a training memory image and trace one process or network observation. The procedure and screenshots provide the practical reference; the surrounding context explains what to record and how to judge the result.
Tool guide at a glance¶
Mount a training memory image and trace one process or network observation.
A verified training memory image with operating-system and acquisition context.
A reproducible memory finding supported by commands, plugin output, and another evidence source.
Evidence and safety
Memory images can contain credentials and personal data. Store them securely and avoid unsupported attribution. Record the input identifier, tool version, relevant commands or settings, time and time zone, output location, and any errors or limitations as you work.
Choose your journey¶
01Understand the evidenceLearn the memory analysis concepts and limitations.Complete when you can explain what the evidence can and cannot show.Beginner · No tool required · 15–25 min 02Follow the MemProcFS guideWork through the commands, screenshots, and instructional sequence below.Complete when the documented workflow produces its expected output.Guided · SUSA workstation · Time varies 03Interactive labPractise the tool workflow in a safe browser simulation.Complete when the guided result is supported by the case evidence.Beginner · Browser only · 10–20 min 04Full LabInvestigate an authorised training scenario with fewer prompts and preserve a reviewable result.Complete when another analyst can reproduce and verify the outcome.Intermediate · Isolated lab · 45–90 min
How the labs complement this guide
The Interactive Lab is a safe browser simulation for practising the workflow and validation logic. The Full Lab is an independent exercise for an isolated, authorised environment. Confirm the installed tool version and expected output before relying on either exercise in a real case.
Accessing MemProcFS in SUSA¶
MemProcFS is a memory forensics tool that lets you mount a memory dump as a virtual file system, so you can explore it like a normal drive.
Download the latest MemProcFS.
Extract the downloaded zip file to C:\Tools\MemProcFS.
Adding MemProcFS to PATH environment variable¶
Open Environment Variables (Start → Environment Variables → Edit the system environment variables → Environment Variables).
Under User variables, select path and click Edit.
Click New and add (one entry per line):
Click OK (then OK on other windows to save changes).
Testing MemProcFS¶
Open an administrator command prompt and run the following command:
If you get the error The required DOKANY file system library is not installed, download Dokany (DokanSetup.exe).
Open the downloaded executable to install the Dokan Library Bundle. Select the checkbox to accept the licence terms and conditions, then select Install.
When prompted by the User Account Control, select Yes.
Once the install is complete, click Close.
Run the MemProcFS command again. This should now run without an error. It may take some time. Once the process is complete, you will see Forensic mode completed at the bottom.
Open Windows File Explore and browser to the M drive. You should see a folder structure like the following:
For a quick test, open and review M:\sys\proc\proc.txt to see processes.
MemProcFS packages process memory (code and data) into the minidump format to make it ready for debugging. Copy M:\name\CCC.exe-880\minidump\minidump.dmp to C:\Labs\memory folder.
This will be later used for a test with another tool.
To close MemProcFS or unmount M drive, in the administrator command prompt, type ctrl + C.














