A plugin for ReClass.Net that enables memory input from DMA physical memory acquisition device. Only memory read feature is enabled, but can be extended to allow memory write and live debugging.
- Compile or download from release
- Copy
DMAPlugin.dll
andvmmsharp.exe
into the Plugin folder (ReClass.NET/x64/Plugins) - Download the latest MemProcFS release
- Download
FTD3XX.dll
in the Requirement section - Place
leechcore.dll
,vmm.dll
andFTD3XX.dll
alongsideDMAPlugin.dll
andvmmsharp.exe
in the Plugin folder. - Download the latest ReClass.NET release
- Start ReClass.NET and check the plugins form if the DMA plugin is listed. Open the "Native Helper" tab and switch Function Provider to "DMA".
- Clone this Repository
- Clone MemProcFS by ufrisk
- Clone ReClass.Net by KN4CK3R
- Create the following folder structure
..\ReClass.NET\
..\ReClass.NET\ReClass.NET\ReClass.NET.csproj
..\ReClass.NET-DMAPlugin
..\ReClass.NET-DMAPlugin\DMAPlugin.csproj
..\MemProcFS\
..\MemProcFS\vmmsharp\
..\MemProcFS\memprocfs\memprocfs.vcxproj
- Icon and Path are not supported in the Process Browser form
- Due to dependencies to
vmm.dll
andleechcore.dll
, the plugin is x64 only.