From 22842d98011e7765e62a5ff61fb4dd095b061463 Mon Sep 17 00:00:00 2001 From: Sen66 Date: Sun, 22 Feb 2026 14:22:36 +0100 Subject: [PATCH] I'm too tired --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f80c2b..038b9c1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-# ReclassX +# Reclass **A structured binary editor for reverse engineering — inspect raw bytes as typed structs, arrays, and pointers.

A complete overhaul of the popular "reclassing" tools** @@ -15,7 +15,7 @@ --- -ReclassX helps you inspect raw bytes and interpret them as types (structs, arrays, primitives, pointers, padding) instead of just hex. It is essentially a debugging tool for figuring out unknown data structures — either at runtime from a live process, or from a static source like a binary file or crash dump. +Reclass helps you inspect raw bytes and interpret them as types (structs, arrays, primitives, pointers, padding) instead of just hex. It is essentially a debugging tool for figuring out unknown data structures — either at runtime from a live process, or from a static source like a binary file or crash dump. Built with C++17, Qt 6, and QScintilla. The entire editor surface is rendered as formatted plain text with inline editing, fold markers, and hex/ASCII previews.