summaryrefslogtreecommitdiff
path: root/src/format/exe_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/exe_format.h')
-rw-r--r--src/format/exe_format.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/format/exe_format.h b/src/format/exe_format.h
index 9c29675..b4cecb3 100644
--- a/src/format/exe_format.h
+++ b/src/format/exe_format.h
@@ -126,10 +126,6 @@ typedef enum _ResolvedType
const uint8_t *get_exe_content(const exe_format *, off_t *);
-/* Fournit l'adresse mémoire du point d'entrée du programme. */
-uint64_t get_exe_entry_point(const exe_format *);
-
-
/* Indique le type d'architecture visée par le format. */
FormatTargetMachine get_exe_target_machine(const exe_format *);