diff options
Diffstat (limited to 'plugins/ropgadgets')
-rw-r--r-- | plugins/ropgadgets/plugin.c | 5 |
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)); |