diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-05-11 00:58:05 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-05-11 00:58:05 (GMT) |
commit | 46bcc7f122245f22772fd3e38d16e6afa7bd5881 (patch) | |
tree | d3c2ba1a9999e373428954f24d0e60c1ea63b756 /ChangeLog | |
parent | 1bda6c517d30d873ff0d92a96380946ef944c9ae (diff) |
Provided a way to look for ROP gadgets in binary code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@533 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 55 |
1 files changed, 54 insertions, 1 deletions
@@ -1,3 +1,56 @@ +15-05-11 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac; + Add the new Makefile from the 'plugins/ropgadgets' directory. + + * plugins/Makefile.am: + Add ropgadgets to SUBDIRS. + + * plugins/mobicore/mobicore.c: + * plugins/mobicore/mobicore.h: + Update code for init/exit prototypes. + + * plugins/ropgadgets/finder.c: + * plugins/ropgadgets/finder.h: + * plugins/ropgadgets/helper_arm.c: + * plugins/ropgadgets/helper_arm.h: + * plugins/ropgadgets/Makefile.am: + * plugins/ropgadgets/plugin.c: + * plugins/ropgadgets/plugin.h: + * plugins/ropgadgets/select.c: + * plugins/ropgadgets/select.h: + New entries: provide a way to look for ROP gadgets in binary code. + + * src/analysis/disass/area.c: + Typo. + + * src/arch/arm/v7/opdefs/pop_A88131.d: + * src/arch/arm/v7/opdefs/pop_A88132.d: + Define ARM instructions as return points if and only if it is the case. + + * src/arch/processor.h: + Define the next way to disassemble binary code. + + * src/arch/vmpa.c: + * src/arch/vmpa.h: + Provide one extra operation with vmpa_t structures. + + * src/gui/menus/Makefile.am: + Add the 'plugins.[ch]' files to libguimenus_la_SOURCES. + + * src/gui/menus/menubar.c: + Update code. + + * src/gui/menus/plugins.c: + * src/gui/menus/plugins.h: + New entries: add a menu for plugins. + + * src/plugins/pglist.c: + * src/plugins/plugin.c: + * src/plugins/plugin.h: + * src/plugins/plugin-int.h: + Provide a global reference to all plugins init/exit functions. + 15-05-06 Cyrille Bagard <nocbos@gmail.com> * src/arch/arm/v7/post.c: @@ -214,7 +267,7 @@ 15-04-25 Cyrille Bagard <nocbos@gmail.com> * configure.ac: - Add the new Makefile from the 'plugins/libcsem directory. + Add the new Makefile from the 'plugins/libcsem' directory. * plugins/libcsem/exit.c: * plugins/libcsem/exit.h: |