mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 04:21:55 +00:00
AS3 deobfuscator - remove handling &&, ||. It must be implemented better, this causes problems.
This commit is contained in:
@@ -414,11 +414,13 @@ public class AVM2DeobfuscatorSimpleOld extends AVM2DeobfuscatorZeroJumpsNullPush
|
||||
}
|
||||
} else if (def instanceof IfTypeIns) {
|
||||
|
||||
/*
|
||||
TODOO: handle this
|
||||
long ifAddress = code.pos2adr(idx);
|
||||
if (importantOffsets.contains(ifAddress)) {
|
||||
//There is jump directly to ifTypeIns like in &&, || operator
|
||||
return;
|
||||
}
|
||||
}*/
|
||||
if (stack.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user