diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-08-29 22:30:58 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-08-29 22:30:58 (GMT) |
commit | 6ba73df8224dc2a88fe5f37a331960936758036e (patch) | |
tree | 3db220cc946f3a23887016f3922fe94545e27620 /ChangeLog | |
parent | d91239074b9042988d08093948059096942bdcfc (diff) |
Skipped the link to the global reference space when loading plugins.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,5 +1,27 @@ 17-08-28 Cyrille Bagard <nocbos@gmail.com> + * plugins/mobicore/mobicore.c: + * plugins/mobicore/mobicore.h: + * plugins/pychrysa/plugin.c: + * plugins/pychrysa/plugin.h: + * plugins/pychrysa/pychrysa.c: + * plugins/pychrysa/pychrysa.h: + * plugins/ropgadgets/plugin.c: + * plugins/ropgadgets/plugin.h: + * plugins/ropgadgets/select.c: + * plugins/ropgadgets/select.h: + * src/main.c: + * src/plugins/pglist.c: + * src/plugins/pglist.h: + Update code. + + * src/plugins/plugin-int.h: + * src/plugins/plugin.c: + * src/plugins/plugin.h: + Skip the link to the global reference space when loading plugins. + +17-08-28 Cyrille Bagard <nocbos@gmail.com> + * src/format/preload.c: Fix a mistake when adding preloaded instructions. |