Fix README screenshot, remove powershell reference

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
sysadmin
2026-02-06 08:03:58 -07:00
parent 8daed45414
commit 6b92f65aee
2 changed files with 3 additions and 7 deletions

View File

@@ -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.
![screenshot](build/screenshot.png) ![screenshot](screenshot.png)
## 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB