From 1a885a8b1defca174a5f803b638728c460eb2e30 Mon Sep 17 00:00:00 2001 From: Sen66 Date: Sun, 22 Feb 2026 21:54:11 +0100 Subject: [PATCH] update readme --- README.md | 17 +++- docs/RECLASS_DARKMODE.svg | 160 +++++++++++++++++++++++++++++++++++++ docs/RECLASS_LIGHTMODE.svg | 160 +++++++++++++++++++++++++++++++++++++ 3 files changed, 336 insertions(+), 1 deletion(-) create mode 100644 docs/RECLASS_DARKMODE.svg create mode 100644 docs/RECLASS_LIGHTMODE.svg diff --git a/README.md b/README.md index 8623ff4..1d845f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@
-# Reclass + + + 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** @@ -38,6 +41,18 @@ Built with C++17, Qt 6, and QScintilla. The entire editor surface is rendered as --- +## Roadmap + +- [ ] Process memory section enumeration +- [ ] Address parser auto-complete +- [ ] Safe mode +- [ ] File import for other Reclass instances +- [ ] Expose UI functionality to plugins +- [ ] iOS/macOS support +- [ ] Display RTTI information + +--- + ## Data Sources - **File** — open any binary file and inspect its contents as structured data diff --git a/docs/RECLASS_DARKMODE.svg b/docs/RECLASS_DARKMODE.svg new file mode 100644 index 0000000..d578828 --- /dev/null +++ b/docs/RECLASS_DARKMODE.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/RECLASS_LIGHTMODE.svg b/docs/RECLASS_LIGHTMODE.svg new file mode 100644 index 0000000..81e0bee --- /dev/null +++ b/docs/RECLASS_LIGHTMODE.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file