summaryrefslogtreecommitdiff
path: root/plugins/readdex/header.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/readdex/header.c')
-rw-r--r--plugins/readdex/header.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/readdex/header.c b/plugins/readdex/header.c
index 183ca82..999baa4 100644
--- a/plugins/readdex/header.c
+++ b/plugins/readdex/header.c
@@ -82,6 +82,8 @@ bool annotate_dex_header(GDexFormat *format)
ADD_RAW_AS_SYM(format, symbol, &start, instr, comment, _("DEX magic number"));
+ g_binary_symbol_define_as_block_start(symbol, true);
+
/* checksum */
copy_vmpa(&start, &pos);