From 5b6e0473cb4cc1bcd93c90d2bc105a55ebb26061 Mon Sep 17 00:00:00 2001 From: IChooseYou Date: Wed, 18 Feb 2026 08:22:56 -0700 Subject: [PATCH] remove screenshot from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 82a0008..5f57a0e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ This tool helps you inspect raw bytes and interpret them as types (structs, arrays, primitives, pointers, padding) instead of just hex. It is essentially a debugging tool for figuring out unknown data structures either runtime or from some static source. -![screenshot](screenshot.png) - ## State - MCP (Model Context Protocol) bridge via `ReclassMcpBridge.exe`. The server starts by default and can be stopped from the File menu. It exposes all tool functionality to any MCP-compatible client (e.g. Claude Code) and falls back to UI prompts when the client requests something not yet covered by tools. To connect, add this to your MCP client config (e.g. `.mcp.json`):