-
Notifications
You must be signed in to change notification settings - Fork 260
Closed
Closed
Copy link
Labels
Component: APIIssue needs changes to the APIIssue needs changes to the APIComponent: 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, workaroundState: IntendedIssue is actually intended behaviorIssue is actually intended behavior
Description
What is the feature you'd like to have?
I would like the ability to get the list of instructions/lines associated with the current selection. Based on the instruction type of the current view (e.g. disassembly, IL), the list should contain the appropriate instructions.
Is your feature request related to a problem?
Currently, the current_selection returns a virtual address range in the form of a tuple (start_addr, end_addr). For some ILs, this address range seems to span the (min, max) of the addresses of the instructions contained in the selection, so it's unclear how to get instructions/lines using the address range since the linear view of IL instructions are not always ordered according to virtual address.
polsab
Metadata
Metadata
Assignees
Labels
Component: APIIssue needs changes to the APIIssue needs changes to the APIComponent: 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, workaroundState: IntendedIssue is actually intended behaviorIssue is actually intended behavior