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
do {
*(u8*)$a6 = 0x0;
*(u8*)($a6 + 0x1) = 0x0;
$a6 += 0x2;
} while ($a6 != $a2_0 + $a3_0);
Condition in while. Fairly speaking, for decompilation understanding that's probably better than having a test against a variable with meaningless name. But for reusing decompiled output, constant subexpressions should be hoisted out of the loop for efficiency. (On the other hand, an optimizing compiler would do that itself.)
No description provided.
The text was updated successfully, but these errors were encountered: