-
Notifications
You must be signed in to change notification settings - Fork 77
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
Show matched strings in matched samples #38
Comments
For now, let's just add matched strings (let's leave tooltips as a potential future improvement). This can be readily extracted from yara API, and it should be easy to show in the UI |
sounds good. The context is important but can be added later or something. |
Also known as "the oldest open issue in mquery" Split into two tasks: |
Description
When looking for interesting samples in the internal dataset, it is great to see the context in which a given sample was found. By showing the matched strings when possible (in context, maybe with partial 32* bytes of hexdump) you will provide the user meaningful information. This can be done via tooltip.
This info can be retrieved from
yara -sL
The text was updated successfully, but these errors were encountered: