Vector35 / Vector35/binaryninja-api

[Rust API] Expose functions to map between SSA and non-SSA forms of MLIL / HLIL instructions and expressions

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

Nobody has claimed this yet.

Component: Rust API Effort: Low Impact: Medium
Dominant language
C++
Stars
1.3k
Forks
298
Avg merge
5d 5h
Merged PRs (30d)
19

Description

What is the feature you'd like to have?
LowLevelILInstruction and LowLevelILExpression provide ssa_form / non_ssa_form functions to map to their corresponding representations. MLIL and HLIL should expose similar functionality.

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.

Research direction

Start by inspecting the existing LowLevelILInstruction and LowLevelILExpression ssa_form and non_ssa_form APIs, then locate the corresponding MLIL and HLIL instruction and expression APIs. Done means MLIL and HLIL expose equivalent mappings in the Rust API; verify the public API examples or tests if available.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, rust
Domain
compilers, reverse-engineering
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.