mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-03 08:24:22 +00:00
show binary data, repace binary button.
This commit is contained in:
@@ -918,7 +918,7 @@ public class AVM2Code implements Serializable {
|
||||
boolean markOffsets = code.size() <= largeLimit;
|
||||
|
||||
if (exportMode == ExportMode.HEX) {
|
||||
Helper.byteArrayToHex(writer, getBytes());
|
||||
Helper.byteArrayToHexWithHeader(writer, getBytes());
|
||||
} else {
|
||||
for (AVM2Instruction ins : code) {
|
||||
if (exportMode == ExportMode.PCODEWITHHEX) {
|
||||
|
||||
Reference in New Issue
Block a user