mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 15:35:10 +00:00
Fixed: AS3 - names with custom namespaces not being deobfuscated
This commit is contained in:
@@ -96,6 +96,7 @@ All notable changes to this project will be documented in this file.
|
||||
- [#2519] AS1/2 direct editation - generating too large ConstantPool
|
||||
- Hex View - incorrect table height when switching tags
|
||||
- [#2525] AMF editor (like in Sol cookie editor) - saving empty standard array `[]`
|
||||
- AS3 - names with custom namespaces not being deobfuscated
|
||||
|
||||
### Changed
|
||||
- Icon of "Deobfuscation options" menu from pile of pills to medkit
|
||||
|
||||
@@ -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