Massive UX Improvements, Custom Disassemblers, And MSVC Support In ImHex v1.37.0

The latest release of ImHex v1.37.0 introduces a host of exciting features and improvements, enhancing its usability and functionality for reverse engineers and programmers.

Massive UX Improvements

ImHex v1.37.0 brings significant user experience upgrades:

  • HiDPI Scaling: Full HiDPI scaling is now supported across Windows, macOS, and Linux, ensuring crisp visuals on high-resolution displays.
  • Native macOS Menu Bar: macOS users can now enjoy a native menu bar for better integration.
  • Custom Fonts: Users can set separate fonts for the main UI, Hex Editor, and Pattern Editor, enhancing readability and customization.
  • Revamped Frame Rate Limiting: The new frame rate limiter reduces lag and CPU usage, making the application smoother.
  • Improved Aesthetics: Features like title bar gradients, accent colors, and a redesigned settings window elevate the visual appeal.

One of the standout additions is support for custom disassemblers:

  • Users can define disassemblers for custom instruction sets using a simple JSON format.
  • This flexibility is crucial for working with non-standard architectures or proprietary instruction sets.

MSVC Support

ImHex now supports compilation using Microsoft Visual C++ (MSVC) and ClangCL on Windows:

  • While the main releases are still built with MinGW, this addition simplifies contributions to the project.
  • Thanks to this update, developers using MSVC can seamlessly integrate ImHex into their workflows.

Other notable enhancements include:

  • A new ARM64 AppImage release and WebAssembly support for self-hosting ImHexWeb.
  • Command-line messaging support on macOS and Linux, allowing users to control open instances of ImHex programmatically.
  • OpenGL post-processing shader support for custom visual effects.
  • New UTF-16 and UTF-32 string and character types.

This release addresses numerous bugs, including crashes on Linux systems without XDG_SESSION_TYPE, AMD GPU resizing issues, and rendering glitches in the text editor. These fixes ensure a more stable experience.

With these updates, ImHex continues to solidify its position as a powerful tool for reverse engineering and binary analysis. Its open-source nature and active development make it an invaluable resource for developers worldwide.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

How Web Application Firewalls (WAFs) Work

General Working of a Web Application Firewall (WAF) A Web Application Firewall (WAF) acts as…

6 days ago

How to Send POST Requests Using curl in Linux

How to Send POST Requests Using curl in Linux If you work with APIs, servers,…

6 days ago

What Does chmod 777 Mean in Linux

If you are a Linux user, you have probably seen commands like chmod 777 while…

6 days ago

How to Undo and Redo in Vim or Vi

Vim and Vi are among the most powerful text editors in the Linux world. They…

6 days ago

How to Unzip and Extract Files in Linux

Working with compressed files is a common task for any Linux user. Whether you are…

6 days ago

Free Email Lookup Tools and Reverse Email Search Resources

In the digital era, an email address can reveal much more than just a contact…

6 days ago