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

Allow optimization pass ordering from the GUI #1184

Open
mahaloz opened this issue Feb 23, 2024 · 0 comments
Open

Allow optimization pass ordering from the GUI #1184

mahaloz opened this issue Feb 23, 2024 · 0 comments

Comments

@mahaloz
Copy link
Member

mahaloz commented Feb 23, 2024

Description

As a developer, you often need to toggle certain optimization passes using the following window on decompilation:
Screenshot 2024-02-23 at 3 39 34 PM

In addition to an optimization pass being on, the order they trigger also matters. This could be super useful if we could drag the click blocks up and down to affect the order. All that would need to change is how we pass optimization_passes kwarg to the Decompiler analysis.

Alternatives

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant