🔍
ImHex
Home
  • ImHex
  • Common
    • Input Text Boxes
    • Binary Pattern
    • Providers
    • Fonts
    • Extending ImHex
  • Views
    • Hex Editor
    • Data Inspector
    • Bookmarks
    • Pattern Editor
    • Pattern Data
    • Data Information
    • Data Processor
    • Find
    • Diffing
    • Hashes
    • Tools
    • Patches
    • Yara
  • Miscellaneous
    • Welcome Screen
    • Content Store
    • Settings
    • Layouts and Workspaces
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Common

Input Text Boxes

Last updated 2 years ago

Was this helpful?

ImHex contains a number of different input text boxes that expect different input. This page describes their functionality.

Sliders

Sliders can be modified by simply sliding around the drag bar or by CTRL-Clicking on it and using it as a regular input text box.

Cover

Mathematical Input

This field expects some sort of mathematical expression such as -1234.5 or 0xABCD or

5 + 7 or log(e) / 2.

Important to note is, when trying to enter a hexadecimal value into these fields, the value must be prefixed with 0x.

Cover

Numerical Input

This field expects a numerical value. This can either be a floating point number, a decimal number, or a hexadecimal number.

Cover

Binary Pattern Input

Cover

Regex Input

Cover

Text Input

This field expects any valid UTF-8 string and doesn't expect any special formatting.

Input fields as seen in ImHex

This field expects a binary pattern string in the form of 0F ?? A?. The characters 0 to 9 and A to F specify the fixed value of that nibble while question marks specify a wildcard value. For more information on this, check the page.

This field expects a regex-formatted input string. For more information on this, check the .

Binary Pattern
Regex cheatsheet