diff --git a/README.md b/README.md index 41c40ce..353cf55 100644 --- a/README.md +++ b/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. +An improvement over other reclass like editors. + Work in progress. -![screenshot](build/screenshot.png) +![screenshot](screenshot.png) ## Build @@ -14,9 +16,3 @@ Requires Qt 6, QScintilla, and MinGW on Windows. cmake -B build -G Ninja cmake --build build ``` - -QScintilla must be built first as a static lib. There is a helper script: - -``` -powershell -File scripts/build_qscintilla.ps1 -``` diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..e3e6750 Binary files /dev/null and b/screenshot.png differ