diff options
Diffstat (limited to 'plugins/pychrysa/analysis/binaries')
-rw-r--r-- | plugins/pychrysa/analysis/binaries/file.c | 4 | ||||
-rw-r--r-- | plugins/pychrysa/analysis/binaries/file.h | 4 | ||||
-rw-r--r-- | plugins/pychrysa/analysis/binaries/module.c | 4 | ||||
-rw-r--r-- | plugins/pychrysa/analysis/binaries/module.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/plugins/pychrysa/analysis/binaries/file.c b/plugins/pychrysa/analysis/binaries/file.c index 70192e9..2b2a460 100644 --- a/plugins/pychrysa/analysis/binaries/file.c +++ b/plugins/pychrysa/analysis/binaries/file.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * file.c - prototypes pour l'équivalent Python du fichier "analysis/binaries/file.c" * * Copyright (C) 2012 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/analysis/binaries/file.h b/plugins/pychrysa/analysis/binaries/file.h index 7cc3e26..2ba9ed0 100644 --- a/plugins/pychrysa/analysis/binaries/file.h +++ b/plugins/pychrysa/analysis/binaries/file.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * file.h - prototypes pour l'équivalent Python du fichier "analysis/binaries/file.h" * * Copyright (C) 2012 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/analysis/binaries/module.c b/plugins/pychrysa/analysis/binaries/module.c index e3daf0e..aae0a33 100644 --- a/plugins/pychrysa/analysis/binaries/module.c +++ b/plugins/pychrysa/analysis/binaries/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 binaries en tant que module * * Copyright (C) 2012 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/analysis/binaries/module.h b/plugins/pychrysa/analysis/binaries/module.h index 228f33c..1fd62d0 100644 --- a/plugins/pychrysa/analysis/binaries/module.h +++ b/plugins/pychrysa/analysis/binaries/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 binaries en tant que module * * Copyright (C) 2012 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 |