summaryrefslogtreecommitdiff
path: root/plugins/readdex
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-03 20:27:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-03 20:27:36 (GMT)
commit9703198141480b1327a2037ca67f4da8546ab20f (patch)
tree5ee1dfbd968c6456b621a6f421727fa8a4f8fffc /plugins/readdex
parent701b3b1a72d5b2697cbb37074e2a58580bcc1b4c (diff)
Limited the quantity of binary code shown for arrays.
Diffstat (limited to 'plugins/readdex')
-rw-r--r--plugins/readdex/header.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/readdex/header.c b/plugins/readdex/header.c
index 365767d..f3928ca 100644
--- a/plugins/readdex/header.c
+++ b/plugins/readdex/header.c
@@ -94,7 +94,6 @@ bool annotate_dex_header(GDexFormat *format)
instr = g_raw_instruction_new_array(content, MDS_32_BITS, 5, &pos, endian);
- g_arch_instruction_set_displayed_max_length(instr, 4);
SET_IMM_DISPLAY(instr, operand, 0, IOD_HEX);
ADD_RAW_AS_SYM(format, symbol, instr, comment, _("SHA-1 signature used to uniquely identify files"));