summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-03-01 22:54:45 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-03-01 22:54:45 (GMT)
commit0c638aecff9482b93621d77279ac77a8788584e9 (patch)
treec207e648c9d8f8429a29ba1c364fb2293dd4274b /src/arch
parenteb68c77804d9b85bc9b3c5a87ba3f64dd83afce1 (diff)
Given some priority to Elf PLT entries during the disassembly process.
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/context.h b/src/arch/context.h
index 4b37cdb..255909f 100644
--- a/src/arch/context.h
+++ b/src/arch/context.h
@@ -53,6 +53,7 @@ typedef struct _GProcContextClass GProcContextClass;
typedef enum _DisassPriorityLevel
{
DPL_ENTRY_POINT, /* Validité indiscutable */
+ DPL_FORMAT_POINT, /* Entrée liée au format #2 */
DPL_SYMBOL, /* Symboles utilisés */
DPL_OTHER, /* Injections complémentaires */