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