Files
archived-Reclass/README.md
2026-02-06 08:03:58 -07:00

19 lines
375 B
Markdown

# ReclassX
A hex editor for reading live process memory. It shows structs, pointers, arrays, and padding so you can see how data is laid out and how it connects.
An improvement over other reclass like editors.
Work in progress.
![screenshot](screenshot.png)
## Build
Requires Qt 6, QScintilla, and MinGW on Windows.
```
cmake -B build -G Ninja
cmake --build build
```