CrackerCat / reclass_vmread_plugin

A plugin for ReClass.NET to manipulate memory in a virtual machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReClass.NET VMRead Plugin

DMA plugin for ReClass.NET (https://github.com/KN4CK3R/ReClass.NET). All made possible by the VMRead KVM DMA library.

Compiling

If you don't use the following folder hierarchy you need to fix the project references.

..\ReClass.NET\
..\ReClass.NET\ReClass.NET\ReClass.NET.csproj
..\ReClass.NET-SamplePlugin
..\ReClass.NET-SamplePlugin\ReClass.NET SamplePlugin.sln

Note

Page protections are NOT guaranteed to work and will be invalid due to a bad method of obtaining them from the VAD. (This pretty much makes the memory scanner useless)

About

A plugin for ReClass.NET to manipulate memory in a virtual machine.

License:MIT License


Languages

Language:C++ 73.1%Language:Makefile 26.9%