summaryrefslogtreecommitdiff
path: root/src/plugins/pglist.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-23 17:38:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-23 17:38:17 (GMT)
commit50eb8c462e7ad2b4e5b82d27b1af6e86091ea272 (patch)
tree0b9fd98ab67eb317925c7a6bc800794f7b41633d /src/plugins/pglist.h
parent040904901f919932738cd50878ca2d4ca8ba43f9 (diff)
Created a hook to act when loaded content analysis is over.
Diffstat (limited to 'src/plugins/pglist.h')
-rw-r--r--src/plugins/pglist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/pglist.h b/src/plugins/pglist.h
index 20f0031..c602839 100644
--- a/src/plugins/pglist.h
+++ b/src/plugins/pglist.h
@@ -93,6 +93,9 @@ GPluginModule **get_all_plugins_for_action(PluginAction, size_t *);
#define handle_binary_content(a, c, i, s) \
process_all_plugins_for(a, g_plugin_module_handle_binary_content, c, i, s)
+#define handle_loaded_content(a, c, i, s) \
+ process_all_plugins_for(a, g_plugin_module_handle_loaded_content, c, i, s)
+
/* DPS_FORMAT */
#define handle_binary_format(a, f, s) \