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
In a project I am working on, I have a function that returns a value, and then performs a different set of actions based on whether the returned value is 1, 2 or 3. The decompiler decided to display this as nested if/else statements. Is there a setting to tell the decompiler to instead use elseif or a switch case for this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In a project I am working on, I have a function that returns a value, and then performs a different set of actions based on whether the returned value is 1, 2 or 3. The decompiler decided to display this as nested if/else statements. Is there a setting to tell the decompiler to instead use elseif or a switch case for this?
Listing View
Decompiler Display
Beta Was this translation helpful? Give feedback.
All reactions