diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-10-14 13:57:59 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-10-14 13:57:59 (GMT) |
commit | f9978b58a4040ea0ffeff6f49db067d7f7b92564 (patch) | |
tree | c1f03ea60e8225221cb0f0987c4b8b6b92e7c121 /plugins | |
parent | e505ea74b63394100f47233295f0a1835ffb99c2 (diff) |
Cleaned code.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/pychrysalide/plugin.c | 2 |
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; } |