From db74e3650d31e937db356c6a8b7fd4e3c208dc4d Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Thu, 17 Aug 2017 22:29:27 +0200 Subject: Computed an initial basic location by default when collecting areas to disassemble. --- ChangeLog | 6 ++++++ src/analysis/disass/area.c | 8 +++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e732a25..fcd1f02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +17-08-17 Cyrille Bagard + + * src/analysis/disass/area.c: + Compute an initial basic location by default when collecting areas to + disassemble. + 17-08-16 Cyrille Bagard * plugins/fmtp/parser.c: diff --git a/src/analysis/disass/area.c b/src/analysis/disass/area.c index 7939290..5c70e72 100644 --- a/src/analysis/disass/area.c +++ b/src/analysis/disass/area.c @@ -1575,12 +1575,10 @@ static void g_area_collector_do_compute(GAreaCollector *collector, GtkStatusStac format = g_loaded_binary_get_format(collector->binary); -#ifndef NDEBUG state = g_exe_format_translate_offset_into_vmpa(format, 0, &prev); - assert(state); -#else - g_exe_format_translate_offset_into_vmpa(format, 0, &prev); -#endif + + if (!state) + init_vmpa(&prev, 0, VMPA_NO_PHYSICAL); portions = g_exe_format_get_portions(format); -- cgit v0.11.2-87-g4458