mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 18:34:42 +00:00
Fixed: AS3 - names with custom namespaces not being deobfuscated
This commit is contained in:
@@ -740,7 +740,6 @@ public class Multiname {
|
||||
String identifier = dontDeobfuscate ? nsname : IdentifiersDeobfuscation.printIdentifier(abc.getSwf(), usedDeobfuscations, true, nsname);
|
||||
if (identifier != null && !identifier.isEmpty()) {
|
||||
customNamespaceRef.setVal(dc);
|
||||
return name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user