diff options
Diffstat (limited to 'plugins/pychrysa/format/elf')
-rw-r--r-- | plugins/pychrysa/format/elf/elf.c | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/elf/elf.h | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/elf/module.c | 4 | ||||
-rw-r--r-- | plugins/pychrysa/format/elf/module.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/plugins/pychrysa/format/elf/elf.c b/plugins/pychrysa/format/elf/elf.c index 16baf5d..5e8b4d1 100644 --- a/plugins/pychrysa/format/elf/elf.c +++ b/plugins/pychrysa/format/elf/elf.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * elf.c - équivalent Python du fichier "format/elf/elf.c" * * Copyright (C) 2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/pychrysa/format/elf/elf.h b/plugins/pychrysa/format/elf/elf.h index 2b87970..658e58b 100644 --- a/plugins/pychrysa/format/elf/elf.h +++ b/plugins/pychrysa/format/elf/elf.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * elf.h - prototypes pour l'équivalent Python du fichier "format/elf/elf.h" * * Copyright (C) 2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/pychrysa/format/elf/module.c b/plugins/pychrysa/format/elf/module.c index ed515ea..d701cfd 100644 --- a/plugins/pychrysa/format/elf/module.c +++ b/plugins/pychrysa/format/elf/module.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * module.c - intégration du répertoire elf en tant que module * * Copyright (C) 2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/pychrysa/format/elf/module.h b/plugins/pychrysa/format/elf/module.h index bd2a0d4..13c5978 100644 --- a/plugins/pychrysa/format/elf/module.h +++ b/plugins/pychrysa/format/elf/module.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * module.h - prototypes pour l'intégration du répertoire elf en tant que module * * Copyright (C) 2013 Cyrille Bagard * - * This file is part of OpenIDA. + * This file is part of Chrysalide. * * OpenIDA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |