mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 02:45:35 +00:00
spelling: obfuscated
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
3bc001d460
commit
c102c3bd87
@@ -3766,7 +3766,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
|
||||
int requiredStackSize = ins.getStackPopCount(localData, stack);
|
||||
if (stack.size() < requiredStackSize) {
|
||||
// probably obfucated code, never executed branch
|
||||
// probably obfuscated code, never executed branch
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user