From 0da6c03a8f289a49ff4a83b4a0b6eaf4a69e4f70 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 22 Dec 2023 13:59:53 +0100 Subject: [PATCH] git: Highlight collapsible headers better in readme --- README.md | 55 +++++++++++++++++++------------------------------------ 1 file changed, 19 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 6d98cdd54..dc3f71eae 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o ![Bookmarks, disassembler and data processor](https://user-images.githubusercontent.com/10835354/139717323-1f8c9d52-f7eb-4f43-9f11-097ac728ed6c.png)
- More Screenshots +More Screenshots ![Data Processor decrypting some data and displaying it as an image](https://private-user-images.githubusercontent.com/10835354/290514353-d7f53f91-09e9-46c4-a720-e979c1c4e820.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDMyNDk0NTksIm5iZiI6MTcwMzI0OTE1OSwicGF0aCI6Ii8xMDgzNTM1NC8yOTA1MTQzNTMtZDdmNTNmOTEtMDllOS00NmM0LWE3MjAtZTk3OWMxYzRlODIwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMjIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjIyVDEyNDU1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE4OGIxNjg0NDcyMWVkYTMzOTAzMTAxMmJlNjE2ZjVkMTVmNzhlMDU1ZWNhODQyZjNjYTgzMzgzYjYyODVlNzQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.Y4VAVgSPBZI3Q1gDehPuoC98pQXVe-z9FUWhvDAV-1g) ![STL Parser written in the Pattern Language visualizing a 3D model](https://private-user-images.githubusercontent.com/10835354/290517253-426d83c5-f6b7-4b69-aa87-05e48ab73e24.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDMyNDk0NTksIm5iZiI6MTcwMzI0OTE1OSwicGF0aCI6Ii8xMDgzNTM1NC8yOTA1MTcyNTMtNDI2ZDgzYzUtZjZiNy00YjY5LWFhODctMDVlNDhhYjczZTI0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMjIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjIyVDEyNDU1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJlMmJmZDYzOTgyZGYxOWQ5MmJhMTMyMzA2YWE3YmU0ODJlY2MwYmQxM2RlODc1MTgwYTQ5ZGYxMWNkY2JlNjAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.lsJSbAnAWZNXm_bteUWZUM96Nd4qKhk3H3WZtjsFQB4) @@ -66,7 +66,7 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o ## Features
- Featureful hex view + Featureful hex view - Byte patching - Patch management @@ -93,9 +93,8 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o - Built-in support for UTF-8, UTF-16, ShiftJIS, most Windows encodings and many more - Paged data view
-
- Custom C++-like pattern language for parsing highlighting a file's content + Custom C++-like pattern language for parsing highlighting a file's content - Automatic loading based on MIME types and magic values - Arrays, pointers, structs, unions, enums, bitfields, namespaces, little and big endian support, conditionals and much more! @@ -107,26 +106,23 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o - Coordinates - Time stamps
-
- Theming support + Theming support - Doesn't burn out your retinas when used in late-night sessions - Dark mode by default, but a light mode is available as well - Customizable colors and styles for all UI elements through shareable theme files - Support for custom fonts
-
- Importing and Exporting data + Importing and Exporting data - Base64 files - IPS and IPS32 patches - Markdown reports
-
- Data Inspector + Data Inspector - Interpreting data as many different types with endianess, decimal, hexadecimal and octal support and bit inversion - Unsigned and signed integers (8, 16, 24, 32, 48, 64 bit) @@ -140,17 +136,15 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o - Adding new data types through the pattern language - Support for hiding rows that aren't used
-
- Node-based data pre-processor + Node-based data pre-processor - Modify, decrypt and decode data before it's being displayed in the hex editor - Modify data without touching the underlying source - Support for adding custom nodes
-
- Loading data from many different data sources + Loading data from many different data sources - Local Files - Support for huge files with fast and efficient loading @@ -162,9 +156,8 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o - Process Memory - Inspect the entire address space of a running process
-
- Data searching + Data searching - Support for searching the entire file or only a selection - String extraction @@ -183,9 +176,8 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o - Option to specify size and endianess - Option to ignore unaligned values
-
- Data hashing support + Data hashing support - Many different algorithms available - CRC8, CRC16 and CRC32 with custom initial values and polynomials @@ -195,17 +187,15 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o - Hashing of specific regions of the loaded data - Hashing of arbitrary strings
-
- Diffing support + Diffing support - Compare data of different data sources - Difference highlighting - Table view of differences
-
- Integrated disassembler + Integrated disassembler - Support for all architectures supported by Capstone - ARM32 (ARM, Thumb, Cortex-M, AArch32) @@ -225,9 +215,8 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o - MOS65XX - Berkeley Packet Filter
-
- Bookmarks + Bookmarks - Support for bookmarks with custom names and colors - Highlighting of bookmarked region in the hex editor @@ -235,9 +224,8 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o - Open content of bookmark in a new tab - Add comments to bookmarks
-
- Featureful data analyzer and visualizer + Featureful data analyzer and visualizer - File magic-based file parser and MIME type database - Byte type distribution graph @@ -246,18 +234,16 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o - Encrypted / Compressed file detection - Digram and Layered distribution graphs
-
- YARA Rule support + YARA Rule support - Scan a file for vulnerabilities with official yara rules - Highlight matches in the hex editor - Jump to matches - Apply multiple rules at once
-
- Helpful tools + Helpful tools - Itanium, MSVC, Rust and D-Lang demangler based on LLVM - ASCII table @@ -278,9 +264,8 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o - TCP Client/Server - Euclidean algorithm calculator
-
- Built-in Content updater + Built-in Content updater - Download all files found in the database directly from within ImHex - Pattern files for decoding various file formats @@ -291,17 +276,15 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o - Custom themes - Yara rules
-
- Modern Interface + Modern Interface - Support for multiple workspaces - Support for custom layouts - Detachable windows
-
- Easy to get started + Easy to get started - Support for many different languages - Simplified mode for beginners