Skip to content

BrynhildrWare/ReClass.NET-Kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReClass.NET-Kernel

A simple ReClass.NET plugin which allows you to read/write process memory without WINAPI using a driver.

Why bother?

  • The pre-existing plugins on Github provide the ability to work through driver. However, most of them are written in c++ while the ReClass.NET is, of course, made with C#.
  • Many of those plugins do not enumerate process modules through their driver but CreateToolhelp32Snapshot. This can be a problem with protected processes (EAC, BE, etc.).

Todo, or not todo?

  • Implement enumerate sections
  • Didn't come up with more so far..

Further information that you should be aware of

  • This plugin was intended for 64-bit processes. However, it does support Wow64 programs, though the reliability has not been tested. Check it yourself before use.
  • Should you want to run this under production environment, sign the driver with EV Code-signing cert or OV Code-signing cert (with secure boot disabled).

About

A simple ReClass.NET plugin which allows you to read/write process memory without WINAPI using a driver.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors