summaryrefslogtreecommitdiff
path: root/src/format/format.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-11-14 16:30:10 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-11-14 16:30:10 (GMT)
commit4fd2ebd6ef0875b5d7d632db735d0510e19d4570 (patch)
tree58778508862e4dc3412b3391b56109871831e126 /src/format/format.h
parentae8cf6257c8d929de1b7ee86e29fcb45ab4af91c (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/format/format.h')
-rw-r--r--src/format/format.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/format/format.h b/src/format/format.h
index 073fae3..5a8c684 100644
--- a/src/format/format.h
+++ b/src/format/format.h
@@ -33,6 +33,8 @@
#include "symbol.h"
#include "../analysis/routine.h"
#include "../decomp/instruction.h"
+#include "../decomp/output.h"
+
/* ------------------------ TRAITEMENT INDIVIDUEL DE FORMATS ------------------------ */
@@ -74,7 +76,7 @@ GBinRoutine **g_binary_format_get_routines(const GBinFormat *, size_t *);
GDecInstruction *g_binary_format_decompile_routine(const GBinFormat *, GBinRoutine *);
/* Procède à la décompilation complète du format. */
-void g_binary_format_decompile(const GBinFormat *, GCodeBuffer *);
+void g_binary_format_decompile(const GBinFormat *, GCodeBuffer *, const char *filename);
/* Recherche le symbole correspondant à une adresse. */
bool g_binary_format_resolve_symbol(const GBinFormat *, const char **, SymbolType *, vmpa_t *);