summaryrefslogtreecommitdiff
path: root/plugins/ropgadgets/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ropgadgets/plugin.c')
-rw-r--r--plugins/ropgadgets/plugin.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/ropgadgets/plugin.c b/plugins/ropgadgets/plugin.c
index 0bfde84..c4c33dc 100644
--- a/plugins/ropgadgets/plugin.c
+++ b/plugins/ropgadgets/plugin.c
@@ -30,7 +30,7 @@
#include <gui/core/global.h>
#include <gtkext/easygtk.h>
-#include <plugins/plugin-def.h>
+#include <plugins/self.h>
#include "select.h"
@@ -44,7 +44,8 @@
-DEFINE_CHRYSALIDE_PLUGIN("GROPPlugin", "ROP gadgets", "Find available gadgets for a ROP chain", "0.1.0",
+DEFINE_CHRYSALIDE_PLUGIN("RopGadgets", "Gadgets finder for a ROP chain",
+ PACKAGE_VERSION, CHRYSALIDE_WEBSITE(""),
PG_REQ, AL(PGA_PLUGIN_INIT));