-
Notifications
You must be signed in to change notification settings - Fork 298
Feature Request: Windows for Imports and Exports #1700
Copy link
Copy link
Open
Labels
Component: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaroundUI: SidebarIssues with the sidebar systemIssues with the sidebar system
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
Component: UIIssue needs changes to the user interfaceIssue needs changes to the user interfaceEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaroundUI: SidebarIssues with the sidebar systemIssues with the sidebar system
As discussed with @psifertex on Slack, at the moment there is no way to view imports and exports for a given binary unless you click on View->Triage Summary. Ideally there should be a window option such that you can click on Window->Imports or Window->Exports and then see the Imports and Exports for a given binary, similar to the Imports and Exports view in IDA Pro.
The real reason this is needed is that many of us coming from IDA Pro aren't even really aware of the Triage Summary view as the emphasis is placed on using Triage for analyzing many binaries at once, and the name Triage implies high level overview information. This, combined with the fact that IDA Pro and many other disassemblers have a default set of dedicated windows for viewing imports and exports, can lead to a confusing experience.
Therefore by implementing these windows, it should be possible to give users a more pleasant user experience and will allow users to more easily convert from other disassemblers.