diff options
Diffstat (limited to 'src/analysis')
71 files changed, 176 insertions, 176 deletions
diff --git a/src/analysis/binaries/file.c b/src/analysis/binaries/file.c index 688b65a..df145f7 100644 --- a/src/analysis/binaries/file.c +++ b/src/analysis/binaries/file.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * file.h - prototypes pour la prise en charge des binaires sous forme de fichier * - * 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/binaries/file.h b/src/analysis/binaries/file.h index 3bff0a2..d09c86d 100644 --- a/src/analysis/binaries/file.h +++ b/src/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 la prise en charge des binaires sous forme de fichier * * 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/src/analysis/binary-int.h b/src/analysis/binary-int.h index 788371a..7c4b05e 100644 --- a/src/analysis/binary-int.h +++ b/src/analysis/binary-int.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * binary-int.h - prototypes pour la définition interne des binaires * - * Copyright (C) 2012 Cyrille Bagard + * Copyright (C) 2012-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 diff --git a/src/analysis/binary.c b/src/analysis/binary.c index 31bd18b..db6cbae 100644 --- a/src/analysis/binary.c +++ b/src/analysis/binary.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * binary.c - traitement des flots de code binaire * - * Copyright (C) 2008-2013 Cyrille Bagard + * Copyright (C) 2008-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 diff --git a/src/analysis/binary.h b/src/analysis/binary.h index d7bc3e2..5b65fa8 100644 --- a/src/analysis/binary.h +++ b/src/analysis/binary.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * binary.h - prototypes pour le traitement des flots de code binaire * - * Copyright (C) 2008-2012 Cyrille Bagard + * Copyright (C) 2008-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 diff --git a/src/analysis/block-int.h b/src/analysis/block-int.h index 069b50c..26319f8 100644 --- a/src/analysis/block-int.h +++ b/src/analysis/block-int.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * block-int.h - prototypes pour la définition interne des 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/block.c b/src/analysis/block.c index d8d906a..fac3559 100644 --- a/src/analysis/block.c +++ b/src/analysis/block.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * block.c - encadrement des instructions par blocs * - * 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/block.h b/src/analysis/block.h index d4e5a2b..73ac8e7 100644 --- a/src/analysis/block.h +++ b/src/analysis/block.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * block.h - prototypes pour l'encadrement des instructions par blocs * - * 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/blocks/flow.c b/src/analysis/blocks/flow.c index 799931d..cd435aa 100644 --- a/src/analysis/blocks/flow.c +++ b/src/analysis/blocks/flow.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * flow.c - encadrement des instructions par blocs d'exécution * - * 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/blocks/flow.h b/src/analysis/blocks/flow.h index ab8fada..a534a69 100644 --- a/src/analysis/blocks/flow.h +++ b/src/analysis/blocks/flow.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * flow.h - prototypes pour l'encadrement des instructions par blocs d'exécution * - * 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/blocks/raccess.c b/src/analysis/blocks/raccess.c index 4c76e22..1d52282 100644 --- a/src/analysis/blocks/raccess.c +++ b/src/analysis/blocks/raccess.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * raccess.c - suivi des accès aux registres * * 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/blocks/raccess.h b/src/analysis/blocks/raccess.h index 843933b..73bfebe 100644 --- a/src/analysis/blocks/raccess.h +++ b/src/analysis/blocks/raccess.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * raccess.h - prototypes pour le suivi des accès aux registres * * 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/blocks/virtual.c b/src/analysis/blocks/virtual.c index 7f238d4..946445c 100644 --- a/src/analysis/blocks/virtual.c +++ b/src/analysis/blocks/virtual.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * virtual.c - encadrement des instructions par blocs virtuels * - * 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/blocks/virtual.h b/src/analysis/blocks/virtual.h index 1e4b51d..bb03322 100644 --- a/src/analysis/blocks/virtual.h +++ b/src/analysis/blocks/virtual.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * virtual.h - prototypes pour l'encadrement des instructions par blocs virtuels * - * 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/db/bookmark.c b/src/analysis/db/bookmark.c index 6327338..9a46a0d 100644 --- a/src/analysis/db/bookmark.c +++ b/src/analysis/db/bookmark.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * bookmark.h - prototypes pour la gestion des signets au sein d'un binaire * * Copyright (C) 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 diff --git a/src/analysis/db/bookmark.h b/src/analysis/db/bookmark.h index f5a8b37..5308e92 100644 --- a/src/analysis/db/bookmark.h +++ b/src/analysis/db/bookmark.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * bookmark.h - prototypes pour la gestion des signets au sein d'un binaire * * Copyright (C) 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 diff --git a/src/analysis/db/cdb.c b/src/analysis/db/cdb.c index 67d4916..7e530ac 100644 --- a/src/analysis/db/cdb.c +++ b/src/analysis/db/cdb.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * cdb.h - prototypes pour la manipulation des archives au format CDB * * Copyright (C) 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 diff --git a/src/analysis/db/cdb.h b/src/analysis/db/cdb.h index 46d0f11..a093039 100644 --- a/src/analysis/db/cdb.h +++ b/src/analysis/db/cdb.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * cdb.h - prototypes pour la manipulation des archives au format CDB * * Copyright (C) 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 diff --git a/src/analysis/db/client.c b/src/analysis/db/client.c index 64a4c31..946f202 100644 --- a/src/analysis/db/client.c +++ b/src/analysis/db/client.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * client.c - connexion à un serveur Chrysalide * * Copyright (C) 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 diff --git a/src/analysis/db/client.h b/src/analysis/db/client.h index 58faa23..e57a5b6 100644 --- a/src/analysis/db/client.h +++ b/src/analysis/db/client.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * client.h - prototypes pour la connexion à un serveur Chrysalide * * Copyright (C) 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 diff --git a/src/analysis/db/collection.c b/src/analysis/db/collection.c index a310365..9ddba48 100644 --- a/src/analysis/db/collection.c +++ b/src/analysis/db/collection.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * collection.c - gestion d'éléments ajoutés par collection * * Copyright (C) 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 diff --git a/src/analysis/db/collection.h b/src/analysis/db/collection.h index 32d1609..715cdc9 100644 --- a/src/analysis/db/collection.h +++ b/src/analysis/db/collection.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * collection.h - prototypes pour la gestion d'éléments ajoutés par collection * * Copyright (C) 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 diff --git a/src/analysis/db/core.c b/src/analysis/db/core.c index 8b06ac0..0bc5f50 100644 --- a/src/analysis/db/core.c +++ b/src/analysis/db/core.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * core.c - prototypes pour les informations de base pour tout élément ajouté * * Copyright (C) 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 diff --git a/src/analysis/db/core.h b/src/analysis/db/core.h index d3f4e3d..b53b250 100644 --- a/src/analysis/db/core.h +++ b/src/analysis/db/core.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * core.h - prototypes pour les informations de base pour tout élément ajouté * * Copyright (C) 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 diff --git a/src/analysis/db/protocol.h b/src/analysis/db/protocol.h index 9614abc..b1cdfaf 100644 --- a/src/analysis/db/protocol.h +++ b/src/analysis/db/protocol.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * protocol.h - prototypes pour la description du protocole impactant les BD Chrysalide * * Copyright (C) 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 diff --git a/src/analysis/db/server.c b/src/analysis/db/server.c index acdf200..3d75b71 100644 --- a/src/analysis/db/server.c +++ b/src/analysis/db/server.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * server.c - mise en place d'un fournisseur d'éléments ajoutés * * Copyright (C) 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 diff --git a/src/analysis/db/server.h b/src/analysis/db/server.h index e470a8f..799ed06 100644 --- a/src/analysis/db/server.h +++ b/src/analysis/db/server.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * server.h - prototypes pour la mise en place d'un fournisseur d'éléments ajoutés * * Copyright (C) 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 diff --git a/src/analysis/decomp/cmerge.c b/src/analysis/decomp/cmerge.c index 9838531..255ce9e 100644 --- a/src/analysis/decomp/cmerge.c +++ b/src/analysis/decomp/cmerge.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * cmerge.c - fusion des conditions successives * * 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/decomp/cmerge.h b/src/analysis/decomp/cmerge.h index 0b556c6..c59f12c 100644 --- a/src/analysis/decomp/cmerge.h +++ b/src/analysis/decomp/cmerge.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * cmerge.h - prototypes pour la fusion des conditions successives * * 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/decomp/decompiler.c b/src/analysis/decomp/decompiler.c index 89f9d49..3700405 100644 --- a/src/analysis/decomp/decompiler.c +++ b/src/analysis/decomp/decompiler.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * decompiler.c - encadrement des phases de décompilation * - * 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/decomp/decompiler.h b/src/analysis/decomp/decompiler.h index 5233b74..f96fbbd 100644 --- a/src/analysis/decomp/decompiler.h +++ b/src/analysis/decomp/decompiler.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * decompiler.h - prototypes pour l'encadrement des phases de décompilation * - * Copyright (C) 2010 Cyrille Bagard + * 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/decomp/il.c b/src/analysis/decomp/il.c index 595cad1..192b0aa 100644 --- a/src/analysis/decomp/il.c +++ b/src/analysis/decomp/il.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * il.h - mise en place d'un langage intermédiaire * * 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/decomp/il.h b/src/analysis/decomp/il.h index 670505c..1253ae3 100644 --- a/src/analysis/decomp/il.h +++ b/src/analysis/decomp/il.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * il.h - prototypes pour la mise en place d'un langage intermédiaire * - * 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/decomp/reduce.c b/src/analysis/decomp/reduce.c index c372f2a..6cd670a 100644 --- a/src/analysis/decomp/reduce.c +++ b/src/analysis/decomp/reduce.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * reduce.c - réduction de l'usage des [pseudo]-registres * * 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/decomp/reduce.h b/src/analysis/decomp/reduce.h index 1b62a06..72c9b2d 100644 --- a/src/analysis/decomp/reduce.h +++ b/src/analysis/decomp/reduce.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * reduce.h - prototypes pour la réduction de l'usage des [pseudo]-registres * * 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/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 diff --git a/src/analysis/roptions.c b/src/analysis/roptions.c index 6742275..896a2e1 100644 --- a/src/analysis/roptions.c +++ b/src/analysis/roptions.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * roptions.c - options de rendus des lignes de code * - * 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/analysis/roptions.h b/src/analysis/roptions.h index d7dbf7b..868f4f5 100644 --- a/src/analysis/roptions.h +++ b/src/analysis/roptions.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * roptions.h - prototypes pour les options de rendus des lignes de code * - * 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/analysis/routine.c b/src/analysis/routine.c index 048d11a..d97dfc7 100644 --- a/src/analysis/routine.c +++ b/src/analysis/routine.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * routine.c - manipulation des prototypes de fonctions et de variables * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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/routine.h b/src/analysis/routine.h index fd77f5e..de1b6ba 100644 --- a/src/analysis/routine.h +++ b/src/analysis/routine.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * routine.h - prototypes pour la manipulation des prototypes de fonctions et de variables * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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/type-int.h b/src/analysis/type-int.h index a26deeb..f961d42 100644 --- a/src/analysis/type-int.h +++ b/src/analysis/type-int.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * type-int.h - prototypes pour la définition interne des types de données * * 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/src/analysis/type.c b/src/analysis/type.c index 1f8cd0a..37ad5a1 100644 --- a/src/analysis/type.c +++ b/src/analysis/type.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * type.h - prototypes pour la manipulation des types en tout genre * * 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/type.h b/src/analysis/type.h index db17bc8..c938250 100644 --- a/src/analysis/type.h +++ b/src/analysis/type.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * type.h - prototypes pour la manipulation des types en tout genre * - * 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/types/basic.c b/src/analysis/types/basic.c index f8b3100..0bf3ad4 100644 --- a/src/analysis/types/basic.c +++ b/src/analysis/types/basic.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * basic.c - manipulation des types de données de base * * 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/src/analysis/types/basic.h b/src/analysis/types/basic.h index c5a8c61..b5113b3 100644 --- a/src/analysis/types/basic.h +++ b/src/analysis/types/basic.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * basic.h - prototypes pour la manipulation des types de données de base * - * 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/types/cse-int.h b/src/analysis/types/cse-int.h index 9ee020f..e9d7ad7 100644 --- a/src/analysis/types/cse-int.h +++ b/src/analysis/types/cse-int.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * cse-int.h - prototypes pour la définition interne des types classes / structures / énumérations * * 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/src/analysis/types/cse.c b/src/analysis/types/cse.c index 4ee03ef..4a0e4e5 100644 --- a/src/analysis/types/cse.c +++ b/src/analysis/types/cse.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * cse.c - manipulation des types classes / structures / énumérations * * 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/src/analysis/types/cse.h b/src/analysis/types/cse.h index b7dc669..36c9499 100644 --- a/src/analysis/types/cse.h +++ b/src/analysis/types/cse.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * cse.h - prototypes pour la manipulation des types classes / structures / énumérations * * 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/src/analysis/types/encaps.c b/src/analysis/types/encaps.c index 1d4b6f4..dffc69d 100644 --- a/src/analysis/types/encaps.c +++ b/src/analysis/types/encaps.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * encaps.c - manipulation des types de données encapsulés * * 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/src/analysis/types/encaps.h b/src/analysis/types/encaps.h index c06767e..cbcb2fa 100644 --- a/src/analysis/types/encaps.h +++ b/src/analysis/types/encaps.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * encaps.h - prototypes pour la manipulation des types de données encapsulés * * 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/src/analysis/types/literal.c b/src/analysis/types/literal.c index 50212ac..7dbd5f0 100644 --- a/src/analysis/types/literal.c +++ b/src/analysis/types/literal.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * literal.c - manipulation des valeurs littérales de types instanciés * * 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/src/analysis/types/literal.h b/src/analysis/types/literal.h index df279cd..371b36a 100644 --- a/src/analysis/types/literal.h +++ b/src/analysis/types/literal.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * literal.h - prototypes pour la manipulation des valeurs littérales de types instanciés * * 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/src/analysis/types/template.c b/src/analysis/types/template.c index f26e038..daeb454 100644 --- a/src/analysis/types/template.c +++ b/src/analysis/types/template.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * template.c - manipulation des types reposant sur des gabarits * * 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/src/analysis/types/template.h b/src/analysis/types/template.h index 8c43a03..4b36668 100644 --- a/src/analysis/types/template.h +++ b/src/analysis/types/template.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * template.h - prototypes pour la manipulation des types reposant sur des gabarits * * 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/src/analysis/variable.c b/src/analysis/variable.c index edc176a..682f5f5 100644 --- a/src/analysis/variable.c +++ b/src/analysis/variable.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * variable.c - manipulation des variables en tout genre * - * Copyright (C) 2009-2010 Cyrille Bagard + * Copyright (C) 2009-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/variable.h b/src/analysis/variable.h index 72b95e0..4a0f70a 100644 --- a/src/analysis/variable.h +++ b/src/analysis/variable.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * variable.h - prototypes pour la manipulation des variables en tout genre * - * 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 |