summaryrefslogtreecommitdiff
path: root/src/format/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/format.h')
-rw-r--r--src/format/format.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/format/format.h b/src/format/format.h
index 9b2e0f6..d2034ef 100644
--- a/src/format/format.h
+++ b/src/format/format.h
@@ -32,6 +32,7 @@
#include "symbol.h"
#include "../analysis/routine.h"
+#include "../arch/context.h"
@@ -58,8 +59,8 @@ GType g_binary_format_get_type(void);
/* Fournit une référence vers le contenu binaire analysé. */
const bin_t *g_binary_format_get_content(const GBinFormat *, off_t *);
-/* Fournit l'adresse mémoire du point d'entrée d'un binaire. */
-virt_t g_binary_format_get_entry_point(const GBinFormat *);
+/* Fournit un contexte initialisé pour un désassemblage. */
+GProcContext *g_binary_format_get_disassembling_context(const GBinFormat *);
/* Ajoute un symbole à la collection du format binaire. */
void g_binary_format_add_symbol(GBinFormat *, GBinSymbol *);