diff options
Diffstat (limited to 'src/format/pe')
-rw-r--r-- | src/format/pe/pe-int.c | 4 | ||||
-rw-r--r-- | src/format/pe/pe-int.h | 6 | ||||
-rw-r--r-- | src/format/pe/pe.c | 6 | ||||
-rw-r--r-- | src/format/pe/pe.h | 6 | ||||
-rw-r--r-- | src/format/pe/pe_def.h | 4 | ||||
-rw-r--r-- | src/format/pe/section.c | 4 | ||||
-rw-r--r-- | src/format/pe/section.h | 4 | ||||
-rw-r--r-- | src/format/pe/symbols.c | 4 | ||||
-rw-r--r-- | src/format/pe/symbols.h | 4 |
9 files changed, 21 insertions, 21 deletions
diff --git a/src/format/pe/pe-int.c b/src/format/pe/pe-int.c index 3db8318..8814ea0 100644 --- a/src/format/pe/pe-int.c +++ b/src/format/pe/pe-int.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * pe-int.c - structures internes du format Portable Executable * * Copyright (C) 2010 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/src/format/pe/pe-int.h b/src/format/pe/pe-int.h index 83a7850..f013fcb 100644 --- a/src/format/pe/pe-int.h +++ b/src/format/pe/pe-int.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * pe-int.h - prototypes pour les structures internes du format Portable Executable * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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/src/format/pe/pe.c b/src/format/pe/pe.c index a35cf12..54defeb 100644 --- a/src/format/pe/pe.c +++ b/src/format/pe/pe.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * pe.c - support du format Portable Executable * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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/src/format/pe/pe.h b/src/format/pe/pe.h index f183582..0315ea2 100644 --- a/src/format/pe/pe.h +++ b/src/format/pe/pe.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * pe.h - prototypes pour le support du format Portable Executable * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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/src/format/pe/pe_def.h b/src/format/pe/pe_def.h index 5440328..bb96522 100644 --- a/src/format/pe/pe_def.h +++ b/src/format/pe/pe_def.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * pe_def.h - liste des structures et constantes utilisées par le format PE * * Copyright (C) 2010 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/src/format/pe/section.c b/src/format/pe/section.c index 210ac37..c82900b 100644 --- a/src/format/pe/section.c +++ b/src/format/pe/section.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * section.h - prototypes pour la gestion des sections d'un PE * * Copyright (C) 2010 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/src/format/pe/section.h b/src/format/pe/section.h index cfc8471..2d2f773 100644 --- a/src/format/pe/section.h +++ b/src/format/pe/section.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * section.h - prototypes pour la gestion des sections d'un PE * * Copyright (C) 2010 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/src/format/pe/symbols.c b/src/format/pe/symbols.c index 8f75029..58a4dec 100644 --- a/src/format/pe/symbols.c +++ b/src/format/pe/symbols.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * symbols.c - gestion des symboles d'un PE * * Copyright (C) 2010 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/src/format/pe/symbols.h b/src/format/pe/symbols.h index 3d8fd8f..ff46429 100644 --- a/src/format/pe/symbols.h +++ b/src/format/pe/symbols.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * symbols.h - prototypes pour la gestion des symboles d'un PE * * Copyright (C) 2010 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 |