diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-03-01 22:54:45 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-03-01 22:54:45 (GMT) |
commit | 0c638aecff9482b93621d77279ac77a8788584e9 (patch) | |
tree | c207e648c9d8f8429a29ba1c364fb2293dd4274b /src/arch | |
parent | eb68c77804d9b85bc9b3c5a87ba3f64dd83afce1 (diff) |
Given some priority to Elf PLT entries during the disassembly process.
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/context.h | 1 |
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 */ |