From 36b107f0cabefea1302aa6c012ca4531aa838804 Mon Sep 17 00:00:00 2001 From: Nik Date: Wed, 14 Sep 2022 14:01:28 +0200 Subject: [PATCH] includes/hex: Added imhex support library --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c88e9b..7176fb8 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,8 @@ Hex patterns, include patterns and magic files for the use with the ImHex Hex Ed | Name | Path | Description | |------|------|-------------| | libstd | `includes/std/*` | Pattern Language Standard Libaray | -| cstdint | `includes/cstdint.pat` | C integer types | +| libtype | `includes/type/*` | Various custom types with special formatters | +| libhex | `includes/hex/*` | Functions to interact with ImHex | ### Yara rules