From e034fe6f6ca3a48505ac3ffcb249cf9cc6db8407 Mon Sep 17 00:00:00 2001 From: IChooseYou Date: Tue, 10 Feb 2026 11:09:16 -0700 Subject: [PATCH] Remove outdated video link from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 982b6d7..7d0310c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ 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.