diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-11-14 16:30:10 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-11-14 16:30:10 (GMT) |
commit | 4fd2ebd6ef0875b5d7d632db735d0510e19d4570 (patch) | |
tree | 58778508862e4dc3412b3391b56109871831e126 /src/analysis/decomp | |
parent | ae8cf6257c8d929de1b7ee86e29fcb45ab4af91c (diff) |
Loaded source file from Dex classes.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@193 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/analysis/decomp')
-rw-r--r-- | src/analysis/decomp/decompiler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/decomp/decompiler.c b/src/analysis/decomp/decompiler.c index 9e8ec38..faa2f00 100644 --- a/src/analysis/decomp/decompiler.c +++ b/src/analysis/decomp/decompiler.c @@ -190,7 +190,7 @@ GCodeBuffer *decompile_all_from_file(const GOpenidaBinary *binary, const char *f format = g_openida_binary_get_format(binary); - g_binary_format_decompile(G_BIN_FORMAT(format), result); + g_binary_format_decompile(G_BIN_FORMAT(format), result, filename); return result; |