summaryrefslogtreecommitdiff
path: root/plugins/dex
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-24 07:43:32 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-24 07:43:32 (GMT)
commit08c45a8c7970403c3d658b1b0af9ac09f66b4a7e (patch)
tree25a8108e36b7328c266ba6e71647243dfd6b7cac /plugins/dex
parent7135e7944c91d2e8b787c8782375423b9a90ed5b (diff)
Translated offsets and addresses with more accuracy.
Diffstat (limited to 'plugins/dex')
-rw-r--r--plugins/dex/format.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/dex/format.c b/plugins/dex/format.c
index b9b6ca9..f185cc3 100644
--- a/plugins/dex/format.c
+++ b/plugins/dex/format.c
@@ -407,6 +407,8 @@ static bool g_dex_format_analyze(GDexFormat *format, wgroup_id_t gid, GtkStatusS
preload_binary_format(PGA_FORMAT_PRELOAD, base, base->info, status);
+ g_executable_format_setup_portions(exe, status);
+
if (!g_executable_format_complete_loading(exe, status))
goto gdfa_error;