summaryrefslogtreecommitdiff
path: root/src/plugins/pglist.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-06 21:34:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-06 21:34:51 (GMT)
commitb070fb755b9e32bfa80e8854606f431d285ca23e (patch)
tree4a5cf3b8e6516cf3b93ac1fc64c1d18008c0f3e2 /src/plugins/pglist.h
parentc4b5b5d4d88dc60caad7a10b22c38cc796fdec08 (diff)
Extended the API to allow obfuscators detections.
Diffstat (limited to 'src/plugins/pglist.h')
-rw-r--r--src/plugins/pglist.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/pglist.h b/src/plugins/pglist.h
index b2635eb..7cc4416 100644
--- a/src/plugins/pglist.h
+++ b/src/plugins/pglist.h
@@ -109,6 +109,11 @@ GPluginModule **get_all_plugins_for_action(PluginAction, size_t *);
#define process_disassembly_event(a, b, s, c) \
process_all_plugins_for(a, g_plugin_module_process_disassembly_event, b, s, c)
+/* DPS_DETECTION */
+
+#define detect_external_tools(a, cnt, v, n, c) \
+ process_all_plugins_for(a, g_plugin_module_detect_external_tools, cnt, v, n, c)
+
#endif /* _PLUGINS_PGLIST_H */