A fork of ReClass.NET with a bunch of quality of life improvements. Built on top of the original by KN4CK3R.
99% of the new code was written by Claude (Opus and Sonnet 4.6 were used).
![]() |
![]() |
|---|
Ctrl+Zto undo any node mutationCtrl+Yto redo
Ctrl+G— jump to offset by hex addressCtrl+F— search/filter nodes by name, Escape to clearF2— rename selected node
- Automatic padding recalculation when node type or size changes
- Auto-pad around arrays when length is adjusted
- Both tied into the undo system
- Set Comment — adds inline
//comment to a node - Copy Offset — copies node's hex offset to clipboard
- Bookmark this offset
- Pin Node toggle
- Rust codegen added alongside C++ and C#
- Live class size indicator
- ASCII string detection hint on hex nodes
- VTable detection hint on pointer nodes
- Split view — two independent node windows side by side
- Change History log panel — chronological session log
- Themes — One Dark Pro, Monokai Night, VS Code Dark+, plus default light
- Bookmarks tab — saved and loaded with your .reclass file
- Offsets tab — named offsets with C++/C#/Rust export
Right-click any node and pin it to keep it visible at the top of the class while you scroll. Pinned nodes show a blue bar on the left edge.
Everything from ReClass.NET is still here — x86/x64 support, memory scanner, code generator, debugger, RTTI, PDB symbols, and more. See the original ReClass.NET repo for full documentation.
Plugins from ReClass.NET should be compatible. To install a plugin copy it into the Plugins folder. For plugin development see the ReClass.NET sample plugins.
Download the latest release and run the x86 or x64 exe, or use the launcher.
Linux support is untested — it may work since the base is ReClass.NET which supports Ubuntu but no guarantees.
Open ReClass.NET.sln in Visual Studio 2019+ and build. For the native core library and Linux support notes, check the original ReClass.NET repo.
- ReClass.NET — KN4CK3R and contributors
- Claude


