-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Labels
Component: Python APIIssue needs changes to the python APIIssue needs changes to the python APIEffort: TrivialIssues require < 1 day of workIssues require < 1 day of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround
Description
What is the feature you'd like to have?
Some ssa variable APIs accept SSAVariable or XXXLevelILVarSsa (get_ssa_var_definitions, get_ssa_var_uses), meanwhile same APIs for regular variables only accept Variable (get_var_definitions, get_var_uses). I'd like to have this functions accepting XXXLevelILVar type as well.
Is your feature request related to a problem?
no
Are any alternative solutions acceptable?
yep, it's just a QoL
Metadata
Metadata
Assignees
Labels
Component: Python APIIssue needs changes to the python APIIssue needs changes to the python APIEffort: TrivialIssues require < 1 day of workIssues require < 1 day of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround