diff options
Diffstat (limited to 'src/arch/dalvik/pseudo')
-rw-r--r-- | src/arch/dalvik/pseudo/fill.c | 4 | ||||
-rw-r--r-- | src/arch/dalvik/pseudo/fill.h | 4 | ||||
-rw-r--r-- | src/arch/dalvik/pseudo/switch.c | 4 | ||||
-rw-r--r-- | src/arch/dalvik/pseudo/switch.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/arch/dalvik/pseudo/fill.c b/src/arch/dalvik/pseudo/fill.c index 4582f6c..9fa4a59 100644 --- a/src/arch/dalvik/pseudo/fill.c +++ b/src/arch/dalvik/pseudo/fill.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * fill.c - prise en charge de l'instruction spéciale fill-array-data * * Copyright (C) 2011-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/arch/dalvik/pseudo/fill.h b/src/arch/dalvik/pseudo/fill.h index 058e67b..041cdaa 100644 --- a/src/arch/dalvik/pseudo/fill.h +++ b/src/arch/dalvik/pseudo/fill.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * fill.h - prototypes pour la prise en charge de l'instruction spéciale fill-array-data * * Copyright (C) 2011 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/arch/dalvik/pseudo/switch.c b/src/arch/dalvik/pseudo/switch.c index 0a84e9a..5548258 100644 --- a/src/arch/dalvik/pseudo/switch.c +++ b/src/arch/dalvik/pseudo/switch.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * switch.c - prise en charge des instructions spéciales (packed|sparse)switch * * Copyright (C) 2011-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/arch/dalvik/pseudo/switch.h b/src/arch/dalvik/pseudo/switch.h index 602af48..cdb4b92 100644 --- a/src/arch/dalvik/pseudo/switch.h +++ b/src/arch/dalvik/pseudo/switch.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * switch.h - prototypes pour la prise en charge des instructions spéciales (packed|sparse)switch * * Copyright (C) 2011 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 |