summaryrefslogtreecommitdiff
path: root/src/format/dex/method.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dex/method.h')
-rw-r--r--src/format/dex/method.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/format/dex/method.h b/src/format/dex/method.h
index 68c6649..bc07ab9 100644
--- a/src/format/dex/method.h
+++ b/src/format/dex/method.h
@@ -6,12 +6,12 @@
*
* This file is part of Chrysalide.
*
- * OpenIDA is free software; you can redistribute it and/or modify
+ * Chrysalide is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
- * OpenIDA is distributed in the hope that it will be useful,
+ * Chrysalide is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
@@ -78,7 +78,7 @@ const encoded_method *g_dex_method_get_dex_info(const GDexMethod *);
/* Fournit les indications Dex relatives au corps de la méthode. */
const code_item *g_dex_method_get_dex_body(const GDexMethod *);
-/* Fournit la routine OpenIDA correspondant à la méthode. */
+/* Fournit la routine Chrysalide correspondant à la méthode. */
GBinRoutine *g_dex_method_get_routine(const GDexMethod *);
/* Intègre la méthode en tant que portion de code. */