ReClass.NET icon indicating copy to clipboard operation
ReClass.NET copied to clipboard

More than a ReClass port to the .NET platform.

Results 91 ReClass.NET issues
Sort by recently updated
recently updated
newest added

Text value edits in memory should pad with null bytes. I noticed when editing a text value in memory It was not terminating the string with a null byte. Edit...

A way to move nodes around for re-arranging.

To be able to set the type with a hot key. Others such as edit value, set comment etc to let the user be more keyboard orientated than using the...

Such as pasting it from C++ like code. Useful for when you know a previous structure mostly but there are new additions to it in a newer version of your...

I have the follow structure I want to define as a node. int32 - defining the length of a string string - with the size of the previous int. I've...

Is there a way to add a function return type? Like when defining a Virtual Table you get a list of functions. On code generator for C++ it all comes...

enhancement

Just as the title. Reason: some compilers treat the parent class differently memory-wise when compiling, so you get different real offsets within different ways. I'm using RPM externally, it should...

enhancement

As an enhancement request it may be useful to highlight a span of nodes and copy its representative ASCII output (as shown in UI) directly into clipboard. This would be...

feature

Is there a way to prepend (and append) some text inside the code generator? Use case: ``#pragma once`` or include guards; including extra Headers and such. I see a possible...

I tried my best to port most of the Native functions to OSX. List of ported fucntions -ReadProcessMemory -WriteProcessMemory -EnumerateProcesses -EnumerateProcessModulesAndSections (Sections are not ported) List of not yet ported...