Skip to content

[Bug] Clicking on a row in the yara matches does not jump to the match in the Hex Editor View #2212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task
hei5enbrg opened this issue Apr 11, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@hei5enbrg
Copy link

hei5enbrg commented Apr 11, 2025

Operating System

MacOS

What's the issue you encountered?

As per this, clicking on a row in the yara matches jumps to the match in the Hex Editor View. That is not the case for me. Clicking on a row doesn't do anything.

How can the issue be reproduced?

  • Open the hex editor

  • Right-click->Insert mode

  • Type in the following
    1F 8B 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1F 8B 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

  • Make a yara file with the following content

rule CompressionHeaders
{
    meta:
        description = "Detects common compression headers (ZIP, GZIP, RAR) anywhere in the file"
        author = "Test"
        date = "2025-04-08"
        version = "1.0"
    
    strings:
        $gzip_header = { 1F 8B 08 }        // GZIP header
    
    condition:
        any of them
}
  • Load the rule file, then click Match Rules. The Matches table will be populated with two entries.
  • Click a row from Matches

ImHex Version

1.37.4 b6b24df

ImHex Build Type

  • Nightly or built from sources

Installation type

brew install --no-quarantine --cask imhex

Additional context?

No response

@hei5enbrg hei5enbrg added the bug Something isn't working label Apr 11, 2025
@hei5enbrg hei5enbrg changed the title [Bug] [Bug] Clicking on a row in the yara matches does not jump to the match in the Hex Editor View Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant