diff options
Diffstat (limited to 'src/format')
-rwxr-xr-x | src/format/dex/dex.c | 2 | ||||
-rw-r--r-- | src/format/format.c | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/format/dex/dex.c b/src/format/dex/dex.c index 6061445..0d17a4d 100755 --- a/src/format/dex/dex.c +++ b/src/format/dex/dex.c @@ -224,8 +224,6 @@ static void g_dex_format_find_all_sources(GDexFormat *format) bf = G_BIN_FORMAT(format); - return; /* FIXME */ - for (i = 0; i < format->classes_count; i++) { source = g_dex_class_get_source_file(format->classes[i], format); diff --git a/src/format/format.c b/src/format/format.c index e3f5a93..1a52e1e 100644 --- a/src/format/format.c +++ b/src/format/format.c @@ -397,9 +397,6 @@ void g_binary_format_decompile(const GBinFormat *format, GCodeBuffer *buffer, co //if (strcmp("cryptself", g_binary_routine_get_name(routines[i])) == 0) { - - printf("...\n"); - instr = g_binary_routine_get_decomp_instructions(routines[i]); if (instr == NULL) continue; |