diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-05-24 07:43:32 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-05-24 07:43:32 (GMT) |
commit | 08c45a8c7970403c3d658b1b0af9ac09f66b4a7e (patch) | |
tree | 25a8108e36b7328c266ba6e71647243dfd6b7cac /plugins/mobicore | |
parent | 7135e7944c91d2e8b787c8782375423b9a90ed5b (diff) |
Translated offsets and addresses with more accuracy.
Diffstat (limited to 'plugins/mobicore')
-rw-r--r-- | plugins/mobicore/mclf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mobicore/mclf.c b/plugins/mobicore/mclf.c index 0c4de64..37939f7 100644 --- a/plugins/mobicore/mclf.c +++ b/plugins/mobicore/mclf.c @@ -213,6 +213,8 @@ GBinFormat *g_mclf_format_new(GBinContent *content, GExeFormat *parent, GtkStatu if (!read_mclf_header(result, &result->header, result->endian)) goto gmfn_error; + g_executable_format_setup_portions(G_EXE_FORMAT(result), status); + if (!load_mclf_symbols(result)) goto gmfn_error; |