ReClass.NET
ReClass.NET copied to clipboard
More than a ReClass port to the .NET platform.
Hello while trying to do [ + 0x000] I get this error:  what can I do to fix this? I never used to get this error until recently
error
warning : Platform 'x64' referenced in the project file 'NativeCore.Unix' cannot be found. warning : Platform 'x84' referenced in the project file 'NativeCore.Unix' cannot be found.
Downloaded repo, opened solution in vs19 and upgraded to latest toolset. When compiling I get this error: ``` Severity Code Description Project File Line Suppression State Error C1189 #error: The...
Hello, I want to add some features. Can I do that? **1.** I need to change the length of Hex Code (BaseHexNode.cs) from 4 to 16 **2.** Empty rings removed...
Hi, I am looking into code and trying to see if can use DMA hardware to read processes/memory? If yes can you point me out how it can be achieved.....
Hello, if this is already somehow possible, please tell me how because I'd love to use it. It'd be great if we could use defined variables as sizes for arrays....
The program really needs additions that will make it a very powerful program, but unfortunately it is difficult to program additions for me because I am a programmer in C,...
Hey, this PR adds AppVeyor support for the Reclass.NET solution without the linux project. The appveyor pipeline will build the solution on both x86, x64 configurations on windows with tests....
make release cd ReClass.NET_Launcher && make release make[1]: Entering directory '/home/niedzwiedz/Programming/ReClass.NET/ReClass.NET_Launcher' msbuild /p:Configuration=Release ReClass.NET_Launcher.csproj Microsoft (R) Build Engine version 16.10.1 for Mono Copyright (C) Microsoft Corporation. All rights reserved. Build...
There doesn't seem to be a way to import anything into ReClass. Namely, I've got a fairly large enum (500 values), and having to type that out by hand is...