Extend accessible types in certain variable APIs

Open
#7,904 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
cpp

Research direction

Locate get_var_definitions and get_var_uses alongside get_ssa_var_definitions and get_ssa_var_uses, then compare how their accepted variable types are declared. The work is done when the regular-variable APIs accept the corresponding XXXLevelILVar types consistently with the SSA APIs; no specific files or tests are named in the issue.

Written by the indexing model from the issue text.

Description

Component: Python API Effort: Trivial Impact: Low

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

Dominant language
C++
Stars
1.3k
Forks
298
Avg merge
5d 5h
Merged PRs (30d)
19

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Vector35/binaryninja-api

All issues in Vector35/binaryninja-api

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.