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

Sort switch cases based on address (make it optional, or not?) #7253

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

H-A-M-G-E-R
Copy link

@H-A-M-G-E-R H-A-M-G-E-R commented Dec 5, 2024

If you decide to make this optional, don't merge this yet!
While agbcc preserves order in the switch cases between the source code and the compiled assembly, other compilers may shuffle the cases around, so there's 2 options: sort switch cases by address and sort switch cases by label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Decompiler Status: Triage Information is being gathered
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants