From b6c713eb29407d89dba4dcd69f1f99e7ea062980 Mon Sep 17 00:00:00 2001 From: Sen66 Date: Mon, 9 Feb 2026 15:14:35 +0100 Subject: [PATCH] Updated Readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 90cde4f..982b6d7 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -This tool helps you inspect raw bytes,and interpret those bytes as (int,float,struct, array, etc) instead of just hex. it supports ptrs/arrays so you can see the relationship between data. And help deduce paths to these classes from long pointer chains. Either modify the values inside the editor or export as .h to reuse these structures in your code. +This tool helps you inspect raw bytes and interpret those as (int, float, struct, array, etc.) instead of just hex. It supports ptrs/arrays so you can see the relationship between data. And help deduce paths to these classes from long pointer chains. Either modify the values inside the editor or export as .h to reuse these structures in your code. Video: https://github.com/IChooseYou/ReclassX/raw/main/video.mp4 ![screenshot](screenshot.png) QScintilla (github: https://github.com/brCreate/QScintilla) happens to be a really nice fit for our project. - We can treat parts of a line as a spans. It's very easy to implement inline editing. Additionally the syntax coloring and keyboard navigation were very useful also! +We can treat parts of a line as a spans. It is very easy to implement inline editing. Additionally the syntax coloring and keyboard navigation were very useful also! -We hit some big milestones (first plugin+first linux build) however project is still currently a work in progress. Mainly developed/tested on windows (for now). +We hit some big milestones (plugin support with a first POC plugihn, first working linux build) however project is still currently a work in progress. Mainly developed/tested on windows (for now). ## Build @@ -22,7 +22,7 @@ We hit some big milestones (first plugin+first linux build) however project is s cd ReclassX .\scripts\build_qscintilla.ps1 .\scripts\build.ps1 - ^ script above tries to detect autodetect Qt install (as we learned not every installs to C) + ^ script above tries to autodetect Qt install (as we learned not everyone installs to C:/Qt/) 3. Manual Build