summaryrefslogtreecommitdiff
path: root/plugins/encodings/python/rost/base64.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-10-04 06:32:57 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-10-04 06:32:57 (GMT)
commit945aa5096d3c6d2ae054b6c8ef18e749acaec533 (patch)
treea76ca8a1c9303dfde49493d83d848e66c5a7d678 /plugins/encodings/python/rost/base64.h
parent29fd2d9d148f1737ff0dede043c9dc376116b3a4 (diff)
Introduce a new plugin for computing API hashes.
Diffstat (limited to 'plugins/encodings/python/rost/base64.h')
-rw-r--r--plugins/encodings/python/rost/base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/encodings/python/rost/base64.h b/plugins/encodings/python/rost/base64.h
index c4459e9..0ef0834 100644
--- a/plugins/encodings/python/rost/base64.h
+++ b/plugins/encodings/python/rost/base64.h
@@ -34,7 +34,7 @@
/* Fournit un accès à une définition de type à diffuser. */
PyTypeObject *get_python_scan_base64_modifier_type(void);
-/* Prend en charge l'objet 'pychrysalide....Base64Modifier'. */
+/* Prend en charge l'objet 'pychrysalide.analysis.scan.patterns.modifiers.Base64Modifier'. */
bool ensure_python_scan_base64_modifier_is_registered(void);
/* Tente de convertir en transformation par encodage en Base64. */