summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/format/executable.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-06-07 19:02:07 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-06-07 19:02:07 (GMT)
commitb2b00f3dedf496e4b22cdd8cdc14d9c8cb7cd7ac (patch)
tree8b9473b858ff37e50d2ac01ad5e3339c85b49238 /plugins/pychrysalide/format/executable.c
parent74063a8f0e00e1b53b45ddcbd47348d9acce3f67 (diff)
Introduced the flat file format.
Diffstat (limited to 'plugins/pychrysalide/format/executable.c')
-rw-r--r--plugins/pychrysalide/format/executable.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/pychrysalide/format/executable.c b/plugins/pychrysalide/format/executable.c
index 9ae45ff..a3bcdd1 100644
--- a/plugins/pychrysalide/format/executable.c
+++ b/plugins/pychrysalide/format/executable.c
@@ -1,6 +1,6 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
- * executable.c - équivalent Python du fichier "format/executable.h"
+ * executable.c - équivalent Python du fichier "format/executable.c"
*
* Copyright (C) 2012-2017 Cyrille Bagard
*
@@ -151,12 +151,12 @@ PyTypeObject *get_python_executable_format_type(void)
{
"translate_offset_into_vmpa", py_exe_format_translate_offset_into_vmpa,
METH_VARARGS,
- "translate_offset_into_vmpa($self, off, /)\n--\n\nTranslate a physical offset to a full location.."
+ "translate_offset_into_vmpa($self, off, /)\n--\n\nTranslate a physical offset to a full location."
},
{
"translate_address_into_vmpa", py_exe_format_translate_address_into_vmpa,
METH_VARARGS,
- "translate_address_into_vmpa($self, addr, /)\n--\n\nTranslate a physical offset to a full location.."
+ "translate_address_into_vmpa($self, addr, /)\n--\n\nTranslate a physical offset to a full location."
},
{ NULL }
};