mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 20:50:45 +00:00
AS1/2 better deobfuscation
This commit is contained in:
@@ -1322,7 +1322,7 @@ public class MainFrame extends JFrame implements ActionListener, TreeSelectionLi
|
||||
cnt = swf.deobfuscateAS2Identifiers();
|
||||
Main.stopWork();
|
||||
JOptionPane.showMessageDialog(null, "Identifiers renamed: " + cnt);
|
||||
if(abcPanel!=null){
|
||||
if (abcPanel != null) {
|
||||
abcPanel.reload();
|
||||
}
|
||||
doFilter();
|
||||
@@ -1406,10 +1406,11 @@ public class MainFrame extends JFrame implements ActionListener, TreeSelectionLi
|
||||
private File tempFile;
|
||||
|
||||
@Override
|
||||
public void valueChanged(TreeSelectionEvent e) {
|
||||
public void valueChanged(TreeSelectionEvent e) {
|
||||
reload(false);
|
||||
}
|
||||
public void reload(boolean forceReload){
|
||||
|
||||
public void reload(boolean forceReload) {
|
||||
Object tagObj = tagTree.getLastSelectedPathComponent();
|
||||
if (tagObj == null) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user