mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 01:00:43 +00:00
AS1/2 deobfuscation - renaming fix
This commit is contained in:
@@ -52,6 +52,8 @@ import java.io.StringReader;
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
import java.util.regex.Pattern;
|
||||
import javax.swing.BoxLayout;
|
||||
import javax.swing.JButton;
|
||||
@@ -277,7 +279,7 @@ public class ActionPanel extends JPanel implements ActionListener {
|
||||
}
|
||||
};
|
||||
asm.addDisassemblyListener(listener);
|
||||
lastDisasm = asm.getASMSource(SWF.DEFAULT_VERSION, true);
|
||||
lastDisasm = asm.getASMSource(SWF.DEFAULT_VERSION, true);
|
||||
asm.removeDisassemblyListener(listener);
|
||||
srcWithHex = Helper.hexToComments(lastDisasm);
|
||||
srcNoHex = Helper.stripComments(lastDisasm);
|
||||
|
||||
Reference in New Issue
Block a user