diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-12-02 11:04:35 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-12-02 11:04:35 (GMT) |
commit | 2c988d3ec52cc4c949a35aca7ef335dac773df92 (patch) | |
tree | fe650d2fc8ddceb606abdf0d2e14e5ef6596be82 /plugins/ropgadgets | |
parent | 23abef53590bf3dd6f88ff4dbe81e306abfa4386 (diff) |
Created a plugin for the ARM support.
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)); |