mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-25 16:35:57 +00:00
faster AS2 deobfuscation (ActionDeobfuscatorSimple and ActionDeobfuscator combined to a single linked list based algorithm), caching deobfuscated action list
This commit is contained in:
@@ -347,7 +347,7 @@ public class ActionPanel extends JPanel implements SearchListener<ActionSearchRe
|
||||
case HEX:
|
||||
if (srcHexOnly == null) {
|
||||
HighlightedTextWriter writer = new HighlightedTextWriter(Configuration.getCodeFormatting(), true);
|
||||
Helper.byteArrayToHexWithHeader(writer, src.getActionBytes());
|
||||
Helper.byteArrayToHexWithHeader(writer, src.getActionBytes().getRangeData());
|
||||
srcHexOnly = new HighlightedText(writer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user