mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 17:55:38 +00:00
AS3 automatic deobfuscation, better identifiers renaming
This commit is contained in:
@@ -102,7 +102,8 @@ public class ASMSourceEditorPane extends LineMarkedEditorPane implements CaretLi
|
||||
@Override
|
||||
public void setText(String t) {
|
||||
disassembledHilights = Highlighting.getInstrHighlights(t);
|
||||
super.setText(Highlighting.stripHilights(t));
|
||||
t=Highlighting.stripHilights(t);
|
||||
super.setText(t);
|
||||
}
|
||||
|
||||
public void verify(ConstantPool constants, ABC abc) {
|
||||
|
||||
Reference in New Issue
Block a user