From 8a1d6a7a0beb6c9f4b76e788d2af5b4e898587db Mon Sep 17 00:00:00 2001 From: BoyC Date: Sun, 7 Apr 2024 18:19:38 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6cd9562..0917494 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Universal compression ratio analyzer using the .kkp and .sym formats introduced in [rekkrunchy-with-analytics](https://github.com/ConspiracyHu/rekkrunchy-with-analytics). +![image](https://github.com/ConspiracyHu/kkpView-public/assets/1076235/e84ba62f-6bec-4721-8fca-1e2c636a7734) + The purpose of this tool is to visualize the contents of a compressed executable using a .kkp file and show the packing ratio at a per-byte resolution. The kkp format supports per byte symbol and source code information. The additional sym format can be used to map the contents of individual symbols inside the executable (for embedded resources). File format descriptions follow.