diff options
Diffstat (limited to 'src/arch/x86')
46 files changed, 46 insertions, 46 deletions
diff --git a/src/arch/x86/instruction.c b/src/arch/x86/instruction.c index f5901ef..44ec963 100644 --- a/src/arch/x86/instruction.c +++ b/src/arch/x86/instruction.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * instruction.c - gestion des instructions de l'architecture x86 * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/instruction.h b/src/arch/x86/instruction.h index 001233e..613514d 100644 --- a/src/arch/x86/instruction.h +++ b/src/arch/x86/instruction.h @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * instruction.h - prototypes pour la gestion des instructions de l'architecture x86 * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_adc.c b/src/arch/x86/op_adc.c index 5d7c1c6..f098c8c 100644 --- a/src/arch/x86/op_adc.c +++ b/src/arch/x86/op_adc.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_adc.c - décodage des additions avec retenue * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_add.c b/src/arch/x86/op_add.c index 2090d5a..71a8da5 100644 --- a/src/arch/x86/op_add.c +++ b/src/arch/x86/op_add.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_add.c - décodage des additions * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_and.c b/src/arch/x86/op_and.c index 74f6d8f..709434d 100644 --- a/src/arch/x86/op_and.c +++ b/src/arch/x86/op_and.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_and.c - décodage des ET logiques * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_call.c b/src/arch/x86/op_call.c index 3bf162a..83d00b4 100644 --- a/src/arch/x86/op_call.c +++ b/src/arch/x86/op_call.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_call.c - décodage des appels * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_cld.c b/src/arch/x86/op_cld.c index fe59683..197202f 100644 --- a/src/arch/x86/op_cld.c +++ b/src/arch/x86/op_cld.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_cld.c - décodage de la suppression du drapeau de direction * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2009 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_cmp.c b/src/arch/x86/op_cmp.c index c503b02..dd14bfb 100644 --- a/src/arch/x86/op_cmp.c +++ b/src/arch/x86/op_cmp.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_cmp.c - décodage des comparaisons d'opérandes * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_dec.c b/src/arch/x86/op_dec.c index 7a524b9..609ad6a 100644 --- a/src/arch/x86/op_dec.c +++ b/src/arch/x86/op_dec.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_dec.c - décodage des décrémentations * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_hlt.c b/src/arch/x86/op_hlt.c index c38c1cc..53016a3 100644 --- a/src/arch/x86/op_hlt.c +++ b/src/arch/x86/op_hlt.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_hlt.c - décodage de la mise en pause du processeur * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2009 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_inc.c b/src/arch/x86/op_inc.c index e9bea6d..8ebf8bf 100644 --- a/src/arch/x86/op_inc.c +++ b/src/arch/x86/op_inc.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_inc.c - décodage des incrémentations * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_int.c b/src/arch/x86/op_int.c index b40b257..74bfcd4 100644 --- a/src/arch/x86/op_int.c +++ b/src/arch/x86/op_int.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_int.c - décodage des instructions d'interruption * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_jump.c b/src/arch/x86/op_jump.c index d7894de..a49782e 100644 --- a/src/arch/x86/op_jump.c +++ b/src/arch/x86/op_jump.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_jump.c - décodage des sauts inconditionnels * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_lea.c b/src/arch/x86/op_lea.c index 2438798..b49dfbb 100644 --- a/src/arch/x86/op_lea.c +++ b/src/arch/x86/op_lea.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_lea.c - décodage des chargements d'adresse effective * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_leave.c b/src/arch/x86/op_leave.c index 05d347a..1c57d4d 100644 --- a/src/arch/x86/op_leave.c +++ b/src/arch/x86/op_leave.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_leave.c - décodage de la préparation d'une sortie d'appel * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2009 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_mov.c b/src/arch/x86/op_mov.c index 67ef1c8..ce84e62 100644 --- a/src/arch/x86/op_mov.c +++ b/src/arch/x86/op_mov.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_mov.c - décodage des déplacements de données * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_movs.c b/src/arch/x86/op_movs.c index 291a111..0d3cbad 100644 --- a/src/arch/x86/op_movs.c +++ b/src/arch/x86/op_movs.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_movs.c - décodage des déplacements de données * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_movsx.c b/src/arch/x86/op_movsx.c index bed7ea3..0cbd817 100644 --- a/src/arch/x86/op_movsx.c +++ b/src/arch/x86/op_movsx.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_movsx.c - décodage des copies d'opérandes sans mise à zéro * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_movzx.c b/src/arch/x86/op_movzx.c index e25ca85..1c47582 100644 --- a/src/arch/x86/op_movzx.c +++ b/src/arch/x86/op_movzx.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_movzx.c - décodage des copies d'opérandes avec mise à zéro * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_mul.c b/src/arch/x86/op_mul.c index 6227da1..7b48b29 100644 --- a/src/arch/x86/op_mul.c +++ b/src/arch/x86/op_mul.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_mul.c - décodage des multiplications * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_nop.c b/src/arch/x86/op_nop.c index 1c2d4c1..5e0bf72 100644 --- a/src/arch/x86/op_nop.c +++ b/src/arch/x86/op_nop.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_nop.c - décodage de l'instruction nulle * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2009 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_not.c b/src/arch/x86/op_not.c index 2933cf0..78d90ff 100644 --- a/src/arch/x86/op_not.c +++ b/src/arch/x86/op_not.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_not.c - décodage des négations par complément à un * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_or.c b/src/arch/x86/op_or.c index 6f483bf..28e7aa7 100644 --- a/src/arch/x86/op_or.c +++ b/src/arch/x86/op_or.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_or.c - décodage des OU logiques * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_pop.c b/src/arch/x86/op_pop.c index f9c77ca..ed48c9e 100644 --- a/src/arch/x86/op_pop.c +++ b/src/arch/x86/op_pop.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_pop.c - décodage des dépilements * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_push.c b/src/arch/x86/op_push.c index 8181984..56621e3 100644 --- a/src/arch/x86/op_push.c +++ b/src/arch/x86/op_push.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_push.c - décodage des empilements * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_rcl.c b/src/arch/x86/op_rcl.c index 03e920e..6634b83 100644 --- a/src/arch/x86/op_rcl.c +++ b/src/arch/x86/op_rcl.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_rcl.c - décodage des rotations à gauche avec retenue * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_rcr.c b/src/arch/x86/op_rcr.c index cd2c42d..69a63da 100644 --- a/src/arch/x86/op_rcr.c +++ b/src/arch/x86/op_rcr.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_rcr.c - décodage des rotations à droite avec retenue * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_ret.c b/src/arch/x86/op_ret.c index 4e2f26b..6713992 100644 --- a/src/arch/x86/op_ret.c +++ b/src/arch/x86/op_ret.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_ret.c - décodage de la sortie d'un appel * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_rol.c b/src/arch/x86/op_rol.c index e322e9f..6f85110 100644 --- a/src/arch/x86/op_rol.c +++ b/src/arch/x86/op_rol.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_rol.c - décodage des rotations à gauche sans retenue * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_ror.c b/src/arch/x86/op_ror.c index 55d350a..cedf20c 100644 --- a/src/arch/x86/op_ror.c +++ b/src/arch/x86/op_ror.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_ror.c - décodage des rotations à droite sans retenue * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_sar.c b/src/arch/x86/op_sar.c index 924a5be..8024e42 100644 --- a/src/arch/x86/op_sar.c +++ b/src/arch/x86/op_sar.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_sar.c - décodage des décallages arithmetiques à droite * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_sbb.c b/src/arch/x86/op_sbb.c index 4f3eebc..1939bb8 100644 --- a/src/arch/x86/op_sbb.c +++ b/src/arch/x86/op_sbb.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_sbb.c - décodage des soustractions avec retenue * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_set.c b/src/arch/x86/op_set.c index 0da85f0..65721d9 100644 --- a/src/arch/x86/op_set.c +++ b/src/arch/x86/op_set.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_set.c - décodage des définitions d'octet sur condition * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_shl.c b/src/arch/x86/op_shl.c index 62f4adf..9494d3e 100644 --- a/src/arch/x86/op_shl.c +++ b/src/arch/x86/op_shl.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_shl.c - décodage des décallages logiques à gauche * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_shr.c b/src/arch/x86/op_shr.c index 612df13..28496a6 100644 --- a/src/arch/x86/op_shr.c +++ b/src/arch/x86/op_shr.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_shr.c - décodage des décallages logiques à droite * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_stos.c b/src/arch/x86/op_stos.c index c44c304..2635c2a 100644 --- a/src/arch/x86/op_stos.c +++ b/src/arch/x86/op_stos.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_stos.c - décodage des enregistrements de données * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_sub.c b/src/arch/x86/op_sub.c index 641ab0d..31deb4f 100644 --- a/src/arch/x86/op_sub.c +++ b/src/arch/x86/op_sub.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_sub.c - décodage des soustractions * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_test.c b/src/arch/x86/op_test.c index a214b22..16109ee 100644 --- a/src/arch/x86/op_test.c +++ b/src/arch/x86/op_test.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_test.c - décodage des comparaisons logiques * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_xchg.c b/src/arch/x86/op_xchg.c index 280db6e..dec2560 100644 --- a/src/arch/x86/op_xchg.c +++ b/src/arch/x86/op_xchg.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_xchg.c - décodage des échanges de contenu de regitres * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/op_xor.c b/src/arch/x86/op_xor.c index 87a1b76..575d7e7 100644 --- a/src/arch/x86/op_xor.c +++ b/src/arch/x86/op_xor.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * op_xor.c - décodage des OU exclusifs * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/opcodes.h b/src/arch/x86/opcodes.h index b1f9232..ed5d07e 100644 --- a/src/arch/x86/opcodes.h +++ b/src/arch/x86/opcodes.h @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * opcodes.h - prototypes pour la liste de tous les opcodes de l'architecture x86 * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/operand.c b/src/arch/x86/operand.c index bf7010c..36faa76 100644 --- a/src/arch/x86/operand.c +++ b/src/arch/x86/operand.c @@ -1,7 +1,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * operand.c - gestion des operandes de l'architecture x86 * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/operand.h b/src/arch/x86/operand.h index 12bd371..17d8844 100644 --- a/src/arch/x86/operand.h +++ b/src/arch/x86/operand.h @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * operand.h - prototypes pour la gestion des operandes de l'architecture x86 * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/processor.c b/src/arch/x86/processor.c index beddda6..672f4e1 100644 --- a/src/arch/x86/processor.c +++ b/src/arch/x86/processor.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * processor.c - gestion de l'architecture x86 * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/processor.h b/src/arch/x86/processor.h index 99f2118..29fc97d 100644 --- a/src/arch/x86/processor.h +++ b/src/arch/x86/processor.h @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * processor.h - prototypes pour la gestion de l'architecture x86 * - * Copyright (C) 2008 Cyrille Bagard + * Copyright (C) 2008-2010 Cyrille Bagard * * This file is part of OpenIDA. * diff --git a/src/arch/x86/registers.c b/src/arch/x86/registers.c index 45b6286..e0a4df1 100644 --- a/src/arch/x86/registers.c +++ b/src/arch/x86/registers.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * registers.c - aides auxiliaires relatives aux registres x86 * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-2010 Cyrille Bagard * * This file is part of OpenIDA. * |