diff options
Diffstat (limited to 'src/arch/jvm')
-rw-r--r-- | src/arch/jvm/instruction.c | 4 | ||||
-rw-r--r-- | src/arch/jvm/instruction.h | 4 | ||||
-rw-r--r-- | src/arch/jvm/op_add.c | 4 | ||||
-rw-r--r-- | src/arch/jvm/op_const.c | 4 | ||||
-rw-r--r-- | src/arch/jvm/op_convert.c | 4 | ||||
-rw-r--r-- | src/arch/jvm/op_dup.c | 4 | ||||
-rw-r--r-- | src/arch/jvm/op_getput.c | 4 | ||||
-rw-r--r-- | src/arch/jvm/op_invoke.c | 4 | ||||
-rw-r--r-- | src/arch/jvm/op_load.c | 4 | ||||
-rw-r--r-- | src/arch/jvm/op_monitor.c | 4 | ||||
-rw-r--r-- | src/arch/jvm/op_nop.c | 4 | ||||
-rw-r--r-- | src/arch/jvm/op_pop.c | 4 | ||||
-rw-r--r-- | src/arch/jvm/op_ret.c | 4 | ||||
-rw-r--r-- | src/arch/jvm/op_store.c | 4 | ||||
-rw-r--r-- | src/arch/jvm/opcodes.h | 6 | ||||
-rw-r--r-- | src/arch/jvm/operand.c | 6 | ||||
-rw-r--r-- | src/arch/jvm/operand.h | 4 | ||||
-rw-r--r-- | src/arch/jvm/processor.c | 6 | ||||
-rw-r--r-- | src/arch/jvm/processor.h | 4 |
19 files changed, 41 insertions, 41 deletions
diff --git a/src/arch/jvm/instruction.c b/src/arch/jvm/instruction.c index 1b927e5..bfb6fc1 100644 --- a/src/arch/jvm/instruction.c +++ b/src/arch/jvm/instruction.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * instruction.c - gestion des instructions JVM * * Copyright (C) 2009 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/jvm/instruction.h b/src/arch/jvm/instruction.h index 9387680..41323d1 100644 --- a/src/arch/jvm/instruction.h +++ b/src/arch/jvm/instruction.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * instruction.h - prototypes pour la gestion des instructions JVM * * Copyright (C) 2009 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/jvm/op_add.c b/src/arch/jvm/op_add.c index 63a5c9e..b04c72d 100644 --- a/src/arch/jvm/op_add.c +++ b/src/arch/jvm/op_add.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_add.c - décodage des additions * * Copyright (C) 2009 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/jvm/op_const.c b/src/arch/jvm/op_const.c index 9d5c2c4..a590caf 100644 --- a/src/arch/jvm/op_const.c +++ b/src/arch/jvm/op_const.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_const.c - décodage des empilements de valeurs prédéfinies * * Copyright (C) 2009 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/jvm/op_convert.c b/src/arch/jvm/op_convert.c index c0f55da..9ede6f8 100644 --- a/src/arch/jvm/op_convert.c +++ b/src/arch/jvm/op_convert.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_convert.c - décodage des conversions entre types de base * * Copyright (C) 2009 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/jvm/op_dup.c b/src/arch/jvm/op_dup.c index 2011aa8..9ec0034 100644 --- a/src/arch/jvm/op_dup.c +++ b/src/arch/jvm/op_dup.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_dup.c - décodage des duplications d'étages de la pile * * Copyright (C) 2009 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/jvm/op_getput.c b/src/arch/jvm/op_getput.c index 0aaf950..379dfc3 100644 --- a/src/arch/jvm/op_getput.c +++ b/src/arch/jvm/op_getput.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_getput.c - décodage des fonctions (get|put)* * * Copyright (C) 2009 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/jvm/op_invoke.c b/src/arch/jvm/op_invoke.c index 8b74179..e9c142e 100644 --- a/src/arch/jvm/op_invoke.c +++ b/src/arch/jvm/op_invoke.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_invoke.c - décodage des fonctions (get|put)* * * Copyright (C) 2009 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/jvm/op_load.c b/src/arch/jvm/op_load.c index c4193b1..88fda47 100644 --- a/src/arch/jvm/op_load.c +++ b/src/arch/jvm/op_load.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_load.c - décodage des instructions de chargement * * Copyright (C) 2009 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/jvm/op_monitor.c b/src/arch/jvm/op_monitor.c index 691546f..e07f565 100644 --- a/src/arch/jvm/op_monitor.c +++ b/src/arch/jvm/op_monitor.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_monitor.c - décodage des outils pour réaliser des sémaphores sur les objets * * Copyright (C) 2009 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/jvm/op_nop.c b/src/arch/jvm/op_nop.c index 0df4f8f..15ef8e8 100644 --- a/src/arch/jvm/op_nop.c +++ b/src/arch/jvm/op_nop.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_nop.c - décodage des absences d'opération * * Copyright (C) 2009 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/jvm/op_pop.c b/src/arch/jvm/op_pop.c index fc00b6f..bd7ce90 100644 --- a/src/arch/jvm/op_pop.c +++ b/src/arch/jvm/op_pop.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_pop.c - décodage des dépilements de pile dans le vide * * Copyright (C) 2009 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/jvm/op_ret.c b/src/arch/jvm/op_ret.c index 190d7b4..18e1889 100644 --- a/src/arch/jvm/op_ret.c +++ b/src/arch/jvm/op_ret.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_ret.c - décodage des ordres de retour * * Copyright (C) 2009 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/jvm/op_store.c b/src/arch/jvm/op_store.c index b247fca..0168fc4 100644 --- a/src/arch/jvm/op_store.c +++ b/src/arch/jvm/op_store.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * op_store.c - décodage des instructions d'enregistrement * * Copyright (C) 2009 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/jvm/opcodes.h b/src/arch/jvm/opcodes.h index 07e4f23..6a05e2a 100644 --- a/src/arch/jvm/opcodes.h +++ b/src/arch/jvm/opcodes.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * opcodes.h - prototypes pour la liste de tous les opcodes de l'architecture JVM * - * Copyright (C) 2009 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/arch/jvm/operand.c b/src/arch/jvm/operand.c index 11458a9..97351f3 100644 --- a/src/arch/jvm/operand.c +++ b/src/arch/jvm/operand.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * operand.c - gestion des operandes de l'architecture JVM * - * 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/arch/jvm/operand.h b/src/arch/jvm/operand.h index 9d8f8e9..5e72341 100644 --- a/src/arch/jvm/operand.h +++ b/src/arch/jvm/operand.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * operand.h - prototypes pour la gestion des operandes de l'architecture JVM * * Copyright (C) 2009 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/jvm/processor.c b/src/arch/jvm/processor.c index 51c7de7..10efc5b 100644 --- a/src/arch/jvm/processor.c +++ b/src/arch/jvm/processor.c @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * processor.c - manipulation du processeur de la JVM * - * 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/arch/jvm/processor.h b/src/arch/jvm/processor.h index 93bcad3..9fb0027 100644 --- a/src/arch/jvm/processor.h +++ b/src/arch/jvm/processor.h @@ -1,10 +1,10 @@ -/* OpenIDA - Outil d'analyse de fichiers binaires +/* Chrysalide - Outil d'analyse de fichiers binaires * processor.h - prototypes pour la manipulation du processeur de la JVM * * Copyright (C) 2009 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 |