Cette page est affichée en anglais. Une traduction française est en cours.
ScriptsMay 15, 2026·3 min de lecture

ImHex — Hex Editor for Reverse Engineers

A feature-rich hex editor built for reverse engineers and security researchers, featuring a custom pattern language for structured binary data analysis.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 98/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
ImHex Overview
Commande CLI universelle
npx tokrepo install 52ffe5bb-509b-11f1-9bc6-00163e2b0d79

Introduction

ImHex is a hex editor designed specifically for reverse engineers, programmers, and anyone who needs to inspect binary data. Unlike traditional hex editors, it includes a custom pattern language that lets you define and visualize complex data structures directly on top of raw bytes.

What ImHex Does

  • Provides a modern hex editing interface with syntax-highlighted pattern overlays
  • Offers a custom C-like pattern language for defining binary structures
  • Includes a data inspector that decodes bytes as various types in real time
  • Supports bookmarks, annotations, and cross-references across binary regions
  • Features built-in hashing, diffing, and data visualization tools

Architecture Overview

ImHex is written in C++ using Dear ImGui for its cross-platform UI. The pattern language compiler parses user-defined struct definitions and evaluates them against the loaded binary, producing highlighted overlays. A plugin system allows extending functionality with custom data processors, views, and hash algorithms.

Self-Hosting & Configuration

  • Available as prebuilt binaries for Windows, macOS, Linux, and via Flatpak
  • No server component required; it runs entirely as a desktop application
  • Patterns can be shared through the ImHex Pattern Language repository
  • Configuration and layouts are stored locally in the user profile directory
  • Plugins are loaded from a designated plugins folder at startup

Key Features

  • Pattern language with structs, enums, bitfields, and pointer following
  • Built-in disassembler view for x86, ARM, MIPS, and other architectures
  • Data processor node editor for visual byte-level transformations
  • Integrated YARA rule scanning for malware signature detection
  • Diff view for comparing two binary files side by side

Comparison with Similar Tools

  • HxD — lightweight and fast but lacks structured data overlays and pattern language
  • 010 Editor — commercial editor with templates similar to ImHex patterns; ImHex is free and open source
  • wxHexEditor — open source but has a dated UI and no pattern language support
  • Hex Fiend — macOS-only, fast for large files but minimal analysis features
  • Binwalk — CLI tool focused on firmware extraction rather than interactive editing

FAQ

Q: What platforms does ImHex support? A: Windows, macOS, and Linux. Flatpak, DEB, and RPM packages are available for Linux distributions.

Q: Can I define custom data structures? A: Yes. The built-in pattern language lets you write C-like struct definitions that overlay and decode binary data in the editor.

Q: Does ImHex handle large files? A: It uses memory-mapped I/O, so it can open files larger than available RAM without loading them entirely into memory.

Q: Is there a plugin ecosystem? A: Yes. ImHex supports C++ plugins for custom views, data processors, and hash providers. A community pattern repository is also available.

Sources

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires