diff options
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; |