diff options
Diffstat (limited to 'plugins/androhelpers')
-rw-r--r-- | plugins/androhelpers/androhelpers.c | 4 | ||||
-rw-r--r-- | plugins/androhelpers/androhelpers.h | 4 | ||||
-rw-r--r-- | plugins/androhelpers/params.c | 4 | ||||
-rw-r--r-- | plugins/androhelpers/params.h | 4 | ||||
-rw-r--r-- | plugins/androhelpers/switch.c | 6 | ||||
-rw-r--r-- | plugins/androhelpers/switch.h | 4 | ||||
-rw-r--r-- | plugins/androhelpers/try_n_catch.c | 6 | ||||
-rw-r--r-- | plugins/androhelpers/try_n_catch.h | 4 |
8 files changed, 18 insertions, 18 deletions
diff --git a/plugins/androhelpers/androhelpers.c b/plugins/androhelpers/androhelpers.c index c61ce02..1a2a715 100644 --- a/plugins/androhelpers/androhelpers.c +++ b/plugins/androhelpers/androhelpers.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * androhelpers.c - greffon d'appoint pour les traitements Android * * 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/androhelpers/androhelpers.h b/plugins/androhelpers/androhelpers.h index b1a5084..a9c59dd 100644 --- a/plugins/androhelpers/androhelpers.h +++ b/plugins/androhelpers/androhelpers.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * androhelpers.h - prototypes pour le greffon d'appoint pour les traitements Android * * 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/androhelpers/params.c b/plugins/androhelpers/params.c index 5b47aef..6993821 100644 --- a/plugins/androhelpers/params.c +++ b/plugins/androhelpers/params.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * params.c - affichage plus adapté des registres liés à des paramètres * * 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/androhelpers/params.h b/plugins/androhelpers/params.h index 23b2994..ab4001a 100644 --- a/plugins/androhelpers/params.h +++ b/plugins/androhelpers/params.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * params.h - prototypes pour l'affichage plus adapté des registres liés à des paramètres * * 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/androhelpers/switch.c b/plugins/androhelpers/switch.c index 3bb900f..14a4562 100644 --- a/plugins/androhelpers/switch.c +++ b/plugins/androhelpers/switch.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * switch.c - apport de précisions sur les aiguillages Dalvik * - * 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/plugins/androhelpers/switch.h b/plugins/androhelpers/switch.h index 4d0754a..bbe19f5 100644 --- a/plugins/androhelpers/switch.h +++ b/plugins/androhelpers/switch.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * switch.h - prototypes pour l'apport de précisions sur les aiguillages Dalvik * * 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/androhelpers/try_n_catch.c b/plugins/androhelpers/try_n_catch.c index 79bf00e..94be140 100644 --- a/plugins/androhelpers/try_n_catch.c +++ b/plugins/androhelpers/try_n_catch.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * try_n_catch.c - support des exceptions chez Android * - * 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/plugins/androhelpers/try_n_catch.h b/plugins/androhelpers/try_n_catch.h index 31a9e5e..6057546 100644 --- a/plugins/androhelpers/try_n_catch.h +++ b/plugins/androhelpers/try_n_catch.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * try_n_catch.h - prototypes pour le support des exceptions chez Android * * 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 |