summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog55
1 files changed, 54 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 68a4cfb..22cd68e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: