You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: