You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
As for the implementation, make sure only to show it upon user desire (e.g hovering)
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: