mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
Fix README screenshot, remove powershell reference
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
10
README.md
10
README.md
@@ -2,9 +2,11 @@
|
|||||||
|
|
||||||
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.
|
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.
|
Work in progress.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
@@ -14,9 +16,3 @@ Requires Qt 6, QScintilla, and MinGW on Windows.
|
|||||||
cmake -B build -G Ninja
|
cmake -B build -G Ninja
|
||||||
cmake --build build
|
cmake --build build
|
||||||
```
|
```
|
||||||
|
|
||||||
QScintilla must be built first as a static lib. There is a helper script:
|
|
||||||
|
|
||||||
```
|
|
||||||
powershell -File scripts/build_qscintilla.ps1
|
|
||||||
```
|
|
||||||
|
|||||||
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
Reference in New Issue
Block a user