diff options
Diffstat (limited to 'src/analysis/disass')
| -rw-r--r-- | src/analysis/disass/disassembler.c | 8 | ||||
| -rw-r--r-- | src/analysis/disass/disassembler.h | 4 | ||||
| -rw-r--r-- | src/analysis/disass/fetch.c | 6 | ||||
| -rw-r--r-- | src/analysis/disass/fetch.h | 6 | ||||
| -rw-r--r-- | src/analysis/disass/limit.c | 6 | ||||
| -rw-r--r-- | src/analysis/disass/limit.h | 6 | ||||
| -rw-r--r-- | src/analysis/disass/links.c | 6 | ||||
| -rw-r--r-- | src/analysis/disass/links.h | 6 | ||||
| -rw-r--r-- | src/analysis/disass/loop.c | 4 | ||||
| -rw-r--r-- | src/analysis/disass/loop.h | 4 | ||||
| -rw-r--r-- | src/analysis/disass/macro.c | 6 | ||||
| -rw-r--r-- | src/analysis/disass/macro.h | 6 | ||||
| -rw-r--r-- | src/analysis/disass/output.c | 6 | ||||
| -rw-r--r-- | src/analysis/disass/output.h | 6 | ||||
| -rw-r--r-- | src/analysis/disass/rank.c | 4 | ||||
| -rw-r--r-- | src/analysis/disass/rank.h | 4 | 
16 files changed, 44 insertions, 44 deletions
| diff --git a/src/analysis/disass/disassembler.c b/src/analysis/disass/disassembler.c index f5f72f0..2f430eb 100644 --- a/src/analysis/disass/disassembler.c +++ b/src/analysis/disass/disassembler.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * disassembler.c - encadrement des phases de désassemblage   * - * Copyright (C) 2010-2012 Cyrille Bagard + * Copyright (C) 2010-2014 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 @@ -348,7 +348,7 @@ static void build_disass_prologue(GCodeBuffer *buffer, const char *filename, con      g_buffer_line_start_merge_at(line, BLC_ADDRESS);      line = g_lang_output_continue_comments(output, buffer, -                                           SL(_("Chrysalide is free software - © 2008-2012 Cyrille Bagard"))); +                                           SL(_("Chrysalide is free software - © 2008-2014 Cyrille Bagard")));      g_buffer_line_start_merge_at(line, BLC_ADDRESS);      line = g_lang_output_continue_comments(output, buffer, NULL, 0); diff --git a/src/analysis/disass/disassembler.h b/src/analysis/disass/disassembler.h index b7c286c..46bd3cc 100644 --- a/src/analysis/disass/disassembler.h +++ b/src/analysis/disass/disassembler.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * disassembler.h - prototypes pour l'encadrement des phases de désassemblage   *   * Copyright (C) 2010-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/analysis/disass/fetch.c b/src/analysis/disass/fetch.c index 6ad9755..162e4f8 100644 --- a/src/analysis/disass/fetch.c +++ b/src/analysis/disass/fetch.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * fetch.c - récupération d'instructions à partir de binaire brut   * - * Copyright (C) 2010-2012 Cyrille Bagard + * Copyright (C) 2010-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/src/analysis/disass/fetch.h b/src/analysis/disass/fetch.h index d33784b..87f3134 100644 --- a/src/analysis/disass/fetch.h +++ b/src/analysis/disass/fetch.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * fetch.h - prototypes pour la récupération d'instructions à partir de binaire brut   * - * Copyright (C) 2010 Cyrille Bagard + * Copyright (C) 2010-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/src/analysis/disass/limit.c b/src/analysis/disass/limit.c index a000c07..8501251 100644 --- a/src/analysis/disass/limit.c +++ b/src/analysis/disass/limit.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * limit.c - détermination des bornes des routines   * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-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/src/analysis/disass/limit.h b/src/analysis/disass/limit.h index e0d18dc..d768765 100644 --- a/src/analysis/disass/limit.h +++ b/src/analysis/disass/limit.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * limit.h - prototypes pour la détermination des bornes des routines   * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-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/src/analysis/disass/links.c b/src/analysis/disass/links.c index 595f783..d437682 100644 --- a/src/analysis/disass/links.c +++ b/src/analysis/disass/links.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * links.c - résolution des liens entre différentes instructions   * - * Copyright (C) 2010 Cyrille Bagard + * Copyright (C) 2010-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/src/analysis/disass/links.h b/src/analysis/disass/links.h index ec9feac..2522e74 100644 --- a/src/analysis/disass/links.h +++ b/src/analysis/disass/links.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * links.h - prototypes pour la résolution des liens entre différentes instructions   * - * Copyright (C) 2010 Cyrille Bagard + * Copyright (C) 2010-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/src/analysis/disass/loop.c b/src/analysis/disass/loop.c index 6835eae..79e3786 100644 --- a/src/analysis/disass/loop.c +++ b/src/analysis/disass/loop.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * loop.c - détection des boucles dans du code machine   *   * 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/src/analysis/disass/loop.h b/src/analysis/disass/loop.h index b8d916f..7c8d7b3 100644 --- a/src/analysis/disass/loop.h +++ b/src/analysis/disass/loop.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * loop.h - prototypes pour la détection des boucles dans du code machine   *   * 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/src/analysis/disass/macro.c b/src/analysis/disass/macro.c index 43c4046..9addf1e 100644 --- a/src/analysis/disass/macro.c +++ b/src/analysis/disass/macro.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * macro.c - vue macroscopique des liens entre blocs d'instructions   * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-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/src/analysis/disass/macro.h b/src/analysis/disass/macro.h index 2e3358e..7b95d01 100644 --- a/src/analysis/disass/macro.h +++ b/src/analysis/disass/macro.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * macro.h - prototypes pour la vue macroscopique des liens entre blocs d'instructions   * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-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/src/analysis/disass/output.c b/src/analysis/disass/output.c index fd34bc1..fd7efce 100644 --- a/src/analysis/disass/output.c +++ b/src/analysis/disass/output.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * output.h - prototypes pour l'impression des instructions désassemblées   * - * Copyright (C) 2010 Cyrille Bagard + * Copyright (C) 2010-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/src/analysis/disass/output.h b/src/analysis/disass/output.h index 13b2ef3..04cb643 100644 --- a/src/analysis/disass/output.h +++ b/src/analysis/disass/output.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * output.h - prototypes pour l'impression des instructions désassemblées   * - * Copyright (C) 2010 Cyrille Bagard + * Copyright (C) 2010-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/src/analysis/disass/rank.c b/src/analysis/disass/rank.c index a1c869f..9dfdb42 100644 --- a/src/analysis/disass/rank.c +++ b/src/analysis/disass/rank.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * rank.c - classement des blocs d'instructions   *   * 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/src/analysis/disass/rank.h b/src/analysis/disass/rank.h index 935d5fb..4252272 100644 --- a/src/analysis/disass/rank.h +++ b/src/analysis/disass/rank.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires   * rank.h - prototypes pour le classement des blocs d'instructions   *   * 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 | 
