Skip to content

[Rust] Support SSA form of LLIL #6817

@bdash

Description

@bdash

What is the feature you'd like to have?
Support for the working with the SSA form of LLIL via the Rust API.

rust/src/low_level_il has some references to the various SSA instructions and expression types which made me think it worked, but it doesn't handle them correctly. That's not as big a problem as it seems though as there doesn't appear to be any way to get the SSA form of a function.

There's a lot of analysis that's challenging to implement without the SSA form.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions