show binary data, repace binary button.

This commit is contained in:
Honfika
2013-12-28 12:52:39 +01:00
parent 037e301982
commit 5ca8223d48
18 changed files with 159 additions and 72 deletions

View File

@@ -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) {