Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement conditional out of SSA #406

Merged
merged 26 commits into from
Jun 20, 2024
Merged

Implement conditional out of SSA #406

merged 26 commits into from
Jun 20, 2024

Conversation

rihi
Copy link
Collaborator

@rihi rihi commented Apr 18, 2024

This PR implements an additional out of SSA strategy, which tries to rename variables by analyzing dependencies between them created by assignments.

@rihi rihi self-assigned this Apr 18, 2024
@rihi rihi marked this pull request as draft April 18, 2024 16:49
@rihi rihi marked this pull request as ready for review May 9, 2024 13:03
@steffenenders steffenenders requested a review from ebehner May 16, 2024 09:00
decompiler/pipeline/ssa/dependency_graph.py Show resolved Hide resolved
decompiler/pipeline/ssa/dependency_graph.py Outdated Show resolved Hide resolved
decompiler/pipeline/ssa/variable_renaming.py Outdated Show resolved Hide resolved
decompiler/pipeline/ssa/variable_renaming.py Outdated Show resolved Hide resolved
decompiler/pipeline/ssa/variable_renaming.py Show resolved Hide resolved
decompiler/pipeline/ssa/variable_renaming.py Outdated Show resolved Hide resolved
decompiler/pipeline/ssa/variable_renaming.py Outdated Show resolved Hide resolved
decompiler/pipeline/ssa/variable_renaming.py Outdated Show resolved Hide resolved
decompiler/pipeline/ssa/variable_renaming.py Outdated Show resolved Hide resolved
decompiler/pipeline/ssa/variable_renaming.py Outdated Show resolved Hide resolved
decompiler/pipeline/ssa/dependency_graph.py Outdated Show resolved Hide resolved
decompiler/pipeline/ssa/dependency_graph.py Show resolved Hide resolved
decompiler/pipeline/ssa/dependency_graph.py Show resolved Hide resolved
decompiler/pipeline/ssa/dependency_graph.py Outdated Show resolved Hide resolved
decompiler/pipeline/ssa/variable_renaming.py Show resolved Hide resolved
decompiler/pipeline/ssa/variable_renaming.py Outdated Show resolved Hide resolved
@ebehner ebehner merged commit 8c7938e into main Jun 20, 2024
1 check passed
@ebehner ebehner deleted the conditional-out-of-ssa branch June 20, 2024 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants