Skip to content

polarrbtw/VibeClass.NET

Repository files navigation

VibeClass.NET

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).

Screenshots

main interface

code generation context menu

QOL Changes

Undo / Redo

  • Ctrl+Z to undo any node mutation
  • Ctrl+Y to redo

Navigation

  • Ctrl+G — jump to offset by hex address
  • Ctrl+F — search/filter nodes by name, Escape to clear
  • F2 — rename selected node

Node Mutations

  • Automatic padding recalculation when node type or size changes
  • Auto-pad around arrays when length is adjusted
  • Both tied into the undo system

Right-Click Context Menu

  • Set Comment — adds inline // comment to a node
  • Copy Offset — copies node's hex offset to clipboard
  • Bookmark this offset
  • Pin Node toggle

Code Generation

  • Rust codegen added alongside C++ and C#

UI

  • 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

Sidebar Tabs

  • Bookmarks tab — saved and loaded with your .reclass file
  • Offsets tab — named offsets with C++/C#/Rust export

Node Pinning

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.

Original Features

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

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.

Installation

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.

Compiling

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.

Credits

About

A ReClass.NET fork with QOL improvements: themes, bookmarks, node pinning, rustlang code export, and more. Made with Claude

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors