mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-10 01:14:39 +00:00
Issue #147 Escape filenames from invalid identifiers
Issue #132 Rename identifiers renames strings Issue #130 Renaming identifiers in SymbolClass tags
This commit is contained in:
@@ -1705,10 +1705,7 @@ public class MainFrame extends JFrame implements ActionListener, TreeSelectionLi
|
||||
int cnt = 0;
|
||||
|
||||
if (abcPanel != null) {
|
||||
HashMap<String, String> namesMap = new HashMap<>();
|
||||
for (ABCContainerTag tag : abcPanel.list) {
|
||||
cnt += tag.getABC().deobfuscateIdentifiers(namesMap);
|
||||
}
|
||||
cnt = swf.deobfuscateAS3Identifiers();
|
||||
} else {
|
||||
cnt = swf.deobfuscateAS2Identifiers();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user