diff options
Diffstat (limited to 'src/format/executable.h')
-rw-r--r-- | src/format/executable.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/format/executable.h b/src/format/executable.h index d4f2645..2831696 100644 --- a/src/format/executable.h +++ b/src/format/executable.h @@ -29,6 +29,7 @@ #include "part.h" +#include "../glibext/gbinportion.h" @@ -74,6 +75,9 @@ FormatTargetMachine g_exe_format_get_target_machine(const GExeFormat *); /* Fournit l'adresse mémoire du point d'entrée du programme. */ vmpa_t g_exe_format_get_entry_point(const GExeFormat *); +/* Décrit les différentes portions qui composent le binaire. */ +GBinPortion *g_exe_format_get_portions(GExeFormat *); + /* Fournit les références aux zones binaires à analyser. */ GBinPart **g_exe_format_get_parts(const GExeFormat *, size_t *); |