A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ReClassNET/ReClass.NET below:

ReClassNET/ReClass.NET: More than a ReClass port to the .NET platform.

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

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.

Just download the latest version and start the x86 / x64 version or let the launcher decide.

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

Youtube Playlist

Process Selection

Memory Viewer

Memory Scanner

Pointer Preview

Code Generator

Plugins

Settings


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4