summaryrefslogtreecommitdiff
path: root/src/plugins/pglist.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-07-07 21:46:38 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-07-07 21:46:38 (GMT)
commit24f4b449d22c918d8f0e6c8fc059e0fa1fa485ff (patch)
tree0652f6fc72996447cb050fefb9daf6da43de999a /src/plugins/pglist.h
parent13a879ebcf58f3868c0275d84dd9886673c9e614 (diff)
Added support for Android boot images.
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 1306571..c55c6da 100644
--- a/src/plugins/pglist.h
+++ b/src/plugins/pglist.h
@@ -105,6 +105,9 @@ GPluginModule **get_all_plugins_for_action(PluginAction, size_t *);
/* DPS_FORMAT */
+#define handle_known_format_analysis(a, f, g, s) \
+ process_all_plugins_for(a, g_plugin_module_handle_known_format_analysis, f, g, s)
+
#define handle_binary_format_analysis(a, f, g, s) \
process_all_plugins_for(a, g_plugin_module_handle_binary_format_analysis, f, g, s)