diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-05-14 19:19:11 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-05-14 19:19:11 (GMT) |
commit | cb36603eb37330ab6c956095c1ce175acb751e03 (patch) | |
tree | e20d2e60c8947fddd34db543e41fa4287fc0db29 /src/analysis/decomp | |
parent | 198ba09ef74a02a727ac3e679edfa328b2508152 (diff) |
Begun to clean the symbol interface.
Diffstat (limited to 'src/analysis/decomp')
-rw-r--r-- | src/analysis/decomp/decompiler.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/analysis/decomp/decompiler.c b/src/analysis/decomp/decompiler.c index 0caf4e4..5b2d231 100644 --- a/src/analysis/decomp/decompiler.c +++ b/src/analysis/decomp/decompiler.c @@ -152,7 +152,8 @@ static void prepare_all_routines_for_decomp(const GLoadedBinary *binary, const c proc = NULL;//get_arch_processor_from_format(G_EXE_FORMAT(format)); - routines = g_binary_format_get_routines(G_BIN_FORMAT(format), &count); + routines = NULL; //g_binary_format_get_routines(G_BIN_FORMAT(format), &count); + count = 0; |