-
-
Notifications
You must be signed in to change notification settings - Fork 95
Device_WinPMEM
The LeechCore library supports reading live memory by using the WinPmem driver.
Facts in short:
- Is supported on 32-bit and 64-bit Windows.
- Acquires memory in read-only mode.
- Acquired memory is assumed to be volatile.
- Have additional requirements.
The LeechCore process must be started as elevated administrator in order to load the WinPmem memory acquisition driver into the kernel. The driver itself must also be accessible and exist on the C:
drive.
LeechCore API:
Please specify the acquisition device type in LC_CONFIG.szDevice
when calling LcCreate
. If the required driver winpmem_x64.sys
(for 64-bit systems or corresponding driver for 32-bit systems) exists in the same folder as the LeechCore please specify the string as pmem
. If the required driver exists elsewhere specify it as pmem://<path_to_driver\winpmem_64.sys
.
PCILeech / MemProcFS:
Please specify the device type in the -device
option.
Examples:
-device pmem
-device "pmem://C:\Temp\WinPmem\kernel\binaries\winpmem_x64.sys"
Depends on the pmem driver: winpmem_x64.sys
(or corresponding 32-bit versions if required). Please download winpmem from the WinPmem Github repo. Copy the signed driver file.
The driver file must be placed on a local fixed drive - such as C:
in order for it to be able to be used.
Sponsor PCILeech and MemProcFS:
PCILeech and MemProcFS is free and open source!
I put a lot of time and energy into PCILeech and MemProcFS and related research to make this happen. Some aspects of the projects relate to hardware and I put quite some money into my projects and related research. If you think PCILeech and/or MemProcFS are awesome tools and/or if you had a use for them it's now possible to contribute by becoming a sponsor!
If you like what I've created with PCIleech and MemProcFS with regards to DMA, Memory Analysis and Memory Forensics and would like to give something back to support future development please consider becoming a sponsor at: https://github.com/sponsors/ufrisk
Thank You 💖