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

Label namespace created in listing vs decompiler #7507

Open
mumbel opened this issue Feb 14, 2025 · 1 comment
Open

Label namespace created in listing vs decompiler #7507

mumbel opened this issue Feb 14, 2025 · 1 comment

Comments

@mumbel
Copy link
Contributor

mumbel commented Feb 14, 2025

Not sure if bug or feature.

If you rename a label in the decompiler it defaults to global. This doesn't make sense as this is a label that function logic creates.

If you make the label in the listing window at the same location it is in the function namespace.

Is there some reasoning behind this or probably a bug?

I'm on 11.0.3 ATM, but I think I've noticed this behavior on any version

@astrelsky
Copy link
Contributor

The behavior of actions in the decompiler are just inconsistent with the actions elsewhere in general. For example, attempting to use the rename action on a parameter or variable in the decompiler, and submitting an empty name results in it telling you the name cannot be blank. Yes it can. Everywhere else it would put back the default or delete it.

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

No branches or pull requests

2 participants