Fixed: AS3 - names with custom namespaces not being deobfuscated

This commit is contained in:
Jindra Petřík
2025-09-01 16:59:21 +02:00
parent d51e75d0e7
commit 47bec9e5da
2 changed files with 1 additions and 1 deletions

View File

@@ -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;
}
}
}