update readme

This commit is contained in:
Sen66
2026-02-22 21:54:11 +01:00
parent 67218d3e48
commit 1a885a8b1d
3 changed files with 336 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
<div align="center">
# Reclass
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/RECLASS_LIGHTMODE.svg" height="240">
<img src="docs/RECLASS_DARKMODE.svg" alt="Reclass" height="240" />
</picture>
**A structured binary editor for reverse engineering — inspect raw bytes as typed structs, arrays, and pointers.<p>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