uxmal / reko

Reko is a binary decompiler.

Home Page:https://uxmal.github.io/reko

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to filter the information displayed in the "Diagnostics" tab

mg8973 opened this issue · comments

An option to filter the information shown in the "Diagnostics" tab will be helpful. For example, when aiming to do a successful decompilation with manual fixes needed, the tab would only need to show the addresses with errors that need to be resolved.

My suggestion is mainly based off of a similar feature that's provided in Ghidra:
ghidra 1
ghidra

I just implemented a first cut of a diagnostics filter dialog.
image

For extra credit, add fancy icons :)