diff options
Diffstat (limited to 'plugins/ropgadgets')
-rw-r--r-- | plugins/ropgadgets/helper_arm.c | 2 | ||||
-rw-r--r-- | plugins/ropgadgets/plugin.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ropgadgets/helper_arm.c b/plugins/ropgadgets/helper_arm.c index d68a4e6..bb2e2b2 100644 --- a/plugins/ropgadgets/helper_arm.c +++ b/plugins/ropgadgets/helper_arm.c @@ -27,7 +27,7 @@ #include <malloc.h> -#include <arch/arm/v7/context.h> +#include <plugins/arm/v7/context.h> diff --git a/plugins/ropgadgets/plugin.c b/plugins/ropgadgets/plugin.c index 85ae6dd..299c090 100644 --- a/plugins/ropgadgets/plugin.c +++ b/plugins/ropgadgets/plugin.c @@ -36,8 +36,8 @@ -DEFINE_CHRYSALIDE_ACTIVE_PLUGIN("ROP gadgets", "Find available gadgets for a ROP chain", "0.1.0", - PGA_PLUGIN_INIT); +DEFINE_CHRYSALIDE_PLUGIN("ROP gadgets", "Find available gadgets for a ROP chain", "0.1.0", + RL("PyChrysalide"), AL(PGA_PLUGIN_INIT)); |