From 60990362a036f6f69722772ddc0e346b3e1379c2 Mon Sep 17 00:00:00 2001 From: IChooseYou Date: Tue, 10 Feb 2026 11:14:23 -0700 Subject: [PATCH] Remove live data line from README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a1caf0..8492a6c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ This tool helps you inspect raw bytes and interpret them as types (int, float, struct, array, etc) instead of just hex. It supports pointers/arrays so you can see the relationship between data. -Either modify the values inside the editor or export as .h to reuse these structures in your code. The data can be live or from file, and you can switch between them effortlessly. - +Either modify the values inside the editor or export as .h to reuse these structures in your code. ![screenshot](screenshot.png) State: Plugin system is partially implemented. Some UI bugs exist. MCP server has been added as first draft. Vector/Matrix editors are not fully implemented yet.