From 1a885a8b1defca174a5f803b638728c460eb2e30 Mon Sep 17 00:00:00 2001 From: Sen66 Date: Sun, 22 Feb 2026 21:54:11 +0100 Subject: [PATCH 1/3] 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 From 1ddf47a754d72bd521cc64fbe980a01643708c8b Mon Sep 17 00:00:00 2001 From: Sen66 Date: Sun, 22 Feb 2026 22:01:29 +0100 Subject: [PATCH 2/3] update svg --- docs/RECLASS_DARKMODE.svg | 70 +++++++++++++++++++------------------- docs/RECLASS_LIGHTMODE.svg | 70 +++++++++++++++++++------------------- 2 files changed, 70 insertions(+), 70 deletions(-) diff --git a/docs/RECLASS_DARKMODE.svg b/docs/RECLASS_DARKMODE.svg index d578828..415c324 100644 --- a/docs/RECLASS_DARKMODE.svg +++ b/docs/RECLASS_DARKMODE.svg @@ -1,5 +1,5 @@ - + - + @@ -81,12 +81,12 @@ - + - - + + @@ -96,12 +96,12 @@ - + - - + + @@ -112,49 +112,49 @@ - + - + - - - + + + - - + + - - - + + + - - - - - + + + + + - + - - - - + + + + - - - - - - - + + + + + + + \ No newline at end of file diff --git a/docs/RECLASS_LIGHTMODE.svg b/docs/RECLASS_LIGHTMODE.svg index 81e0bee..03125b7 100644 --- a/docs/RECLASS_LIGHTMODE.svg +++ b/docs/RECLASS_LIGHTMODE.svg @@ -1,5 +1,5 @@ - + - + @@ -81,12 +81,12 @@ - + - - + + @@ -96,12 +96,12 @@ - + - - + + @@ -112,49 +112,49 @@ - + - + - - - + + + - - + + - - - + + + - - - - - + + + + + - + - - - - + + + + - - - - - - - + + + + + + + \ No newline at end of file From d7a6e1862e38145b749b751c7685586744878bc8 Mon Sep 17 00:00:00 2001 From: Sen66 Date: Sun, 22 Feb 2026 22:02:27 +0100 Subject: [PATCH 3/3] update height of banner --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d845f8..0f1dffc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

- - 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**