markhc / ReClass.NET

A ReClass port to the .NET platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReClass.NET

This is a port of ReClass to the .NET platform with additional features.

Features

  • Support for x86 / x64
  • File import from ReClass 2007-2016 and ReClass QT
  • Memory Nodes
  • Hex 8 / 16 / 32 / 64
  • Int 8 / 16 / 32 / 64
  • UInt 8 / 16 / 32 / 64
  • Bits
  • Float / Double
  • Vector 2 / 3 / 4
  • Matrix 3x3 / 3x4 / 4x4
  • UTF8/16/32 Text and pointer to text
  • Class Arrays and array of pointers to classes
  • VTable
  • Function Pointer
  • Automatic Node Dissection
  • Highlight changed memory
  • Copy / Paste Support across ReClass.NET instances
  • Display types from Debug Symbols (*.pdb)
  • Display Runtime Type Informations (RTTI)
  • Control the remote process: start / stop / kill
  • Process Selection Dialog with filtering
  • Memory Viewer
  • Code Generator (C++ / C#)
  • Plugin Support
  • Plugins can be written in different languages (example: C++, C++/CLI, C#)
  • Plugins can provide custom methods to access an other process (example: use a driver)
  • Plugins can interact with the ReClass.NET windows
  • Plugins can provide node infos which will be displayed (example: class informations for Frostbite games)
  • Plugins can implement custom nodes with load/save and code generation support

Plugins

To install a plugin just copy it in the "Plugins" folder. If you want to develop your own plugin just learn from the code of the Sample Plugins and Frostbite Plugin repositories. If you have developed a nice plugin, leave me a message and I will add it to the list above.

Installation

Just download the latest version and start the x86 / x64 version.

Compiling

If you want to compile ReClass.NET just fork the repository and open the ReClass.NET.sln file. Compile the project and copy the dependencies to the output folder.

Videos

Youtube Playlist

Screenshots

Process Selection

Memory Viewer

Code Generator

Plugins

Settings

Authors / Special Thanks

About

A ReClass port to the .NET platform.

License:MIT License


Languages

Language:C 71.8%Language:C# 23.9%Language:C++ 3.2%Language:Objective-C 1.1%