diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-01-16 19:02:56 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-01-16 19:02:56 (GMT) |
commit | 9da8f8b37e3edebc917b4e223dd2447cd7cbc818 (patch) | |
tree | 3f330b13e7ca2a0a163882be3043ca9571f25211 /plugins/elf | |
parent | eb9b7fd76451db5c9f07a800c0394480e4b88c9c (diff) |
Changed the Python bindings source directory and updated code.
Diffstat (limited to 'plugins/elf')
-rw-r--r-- | plugins/elf/python/constants.c | 2 | ||||
-rw-r--r-- | plugins/elf/python/format.c | 6 | ||||
-rw-r--r-- | plugins/elf/python/module.c | 2 | ||||
-rw-r--r-- | plugins/elf/python/translate.c | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/plugins/elf/python/constants.c b/plugins/elf/python/constants.c index 91c07ee..1e92616 100644 --- a/plugins/elf/python/constants.c +++ b/plugins/elf/python/constants.c @@ -25,7 +25,7 @@ #include "constants.h" -#include <plugins/pychrysa/helpers.h> +#include <plugins/pychrysalide/helpers.h> #include "../elf_def.h" diff --git a/plugins/elf/python/format.c b/plugins/elf/python/format.c index f1cf8d6..6b44703 100644 --- a/plugins/elf/python/format.c +++ b/plugins/elf/python/format.c @@ -31,9 +31,9 @@ #include <i18n.h> #include <format/executable.h> #include <analysis/content.h> -#include <plugins/pychrysa/helpers.h> -#include <plugins/pychrysa/analysis/content.h> -#include <plugins/pychrysa/format/executable.h> +#include <plugins/pychrysalide/helpers.h> +#include <plugins/pychrysalide/analysis/content.h> +#include <plugins/pychrysalide/format/executable.h> #include "constants.h" diff --git a/plugins/elf/python/module.c b/plugins/elf/python/module.c index 72d6dfc..f986659 100644 --- a/plugins/elf/python/module.c +++ b/plugins/elf/python/module.c @@ -28,7 +28,7 @@ #include <Python.h> -#include <plugins/pychrysa/access.h> +#include <plugins/pychrysalide/access.h> #include "format.h" diff --git a/plugins/elf/python/translate.c b/plugins/elf/python/translate.c index 2450e1a..2a12220 100644 --- a/plugins/elf/python/translate.c +++ b/plugins/elf/python/translate.c @@ -28,7 +28,7 @@ #include <assert.h> -#include <plugins/pychrysa/struct.h> +#include <plugins/pychrysalide/struct.h> #include "../elf-int.h" |