summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/plugin.c')
-rw-r--r--plugins/pychrysalide/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/pychrysalide/plugin.c b/plugins/pychrysalide/plugin.c
index e57ffaf..5454740 100644
--- a/plugins/pychrysalide/plugin.c
+++ b/plugins/pychrysalide/plugin.c
@@ -773,6 +773,8 @@ static bool py_plugin_module_define_constants(PyTypeObject *obj_type)
result &= PyDict_AddIntMacro(obj_type, PGA_DISASSEMBLY_RANKED);
result &= PyDict_AddIntMacro(obj_type, PGA_DISASSEMBLY_ENDED);
+ result &= PyDict_AddIntMacro(obj_type, PGA_DETECTION_OBFUSCATORS);
+
return result;
}