mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 22:30:45 +00:00
committed by
Jindra Petřík
parent
8f0c591e83
commit
5258faa596
+1
-1
@@ -417,7 +417,7 @@ public class ActionDeobfuscator extends SWFDecompilerAdapter {
|
||||
if (action instanceof ActionDefineFunction) {
|
||||
ActionDefineFunction def = (ActionDefineFunction) action;
|
||||
if (def.paramNames.isEmpty() && def.functionName.length() > 0) {
|
||||
// remove funcion only when the function name contains only non printable characters
|
||||
// remove function only when the function name contains only non printable characters
|
||||
if (!isFakeName(def.functionName)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user