ReClassNET / ReClass.NET

More than a ReClass port to the .NET platform.
MIT License
1.8k stars 366 forks source link
class debugger hacktoberfest memory-analysis memory-hacking memory-scanner memory-viewer rebuild reclass remote structure

ReClass.NET

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

Features

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 or let the launcher decide.

Tips

Compiling

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

To compile the linux native core library, you need WSL installed and configured. If you do not need linux support, simply unload the project in the Solution Explorer. If you want to build cross-platform (x86/x64) you have to install g++-multilib too.

If you use the Makefile with docker or podman you have to build the needed image gcc_multilib from the following Dockerfile (docker build -t gcc_multi .):

FROM ubuntu:latest

RUN apt-get update \
 && apt-get install --assume-yes --no-install-recommends --quiet \
        make \
        g++ \
        g++-multilib \
 && apt-get clean all

Videos

Youtube Playlist

Screenshots

Process Selection

Memory Viewer

Memory Scanner

Pointer Preview

Code Generator

Plugins

Settings

Authors / Special Thanks