summaryrefslogtreecommitdiff
path: root/plugins/ropgadgets/finder.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ropgadgets/finder.c')
-rw-r--r--plugins/ropgadgets/finder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ropgadgets/finder.c b/plugins/ropgadgets/finder.c
index 3fa1ea4..5655735 100644
--- a/plugins/ropgadgets/finder.c
+++ b/plugins/ropgadgets/finder.c
@@ -29,7 +29,7 @@
#include <core/processors.h>
-#include <format/format.h>
+#include <format/known.h>
#include "helper.h"
@@ -384,7 +384,7 @@ found_rop_list *list_all_gadgets(GExeFormat *format, unsigned int max_depth, upd
g_object_ref(G_OBJECT(format));
domain.format = format;
- domain.content = g_binary_format_get_content(G_BIN_FORMAT(format));
+ domain.content = g_known_format_get_content(G_KNOWN_FORMAT(format));
target = g_exe_format_get_target_machine(format);
domain.proc = get_arch_processor_for_key(target);